Sign in
pigweed
/
third_party
/
github
/
open-source-parsers
/
jsoncpp
/
73c94501edfb06e8d6503853ae432d6315b1a26c
/
.
/
src
/
CMakeLists.txt
blob: 0f82a74633121e40eb403103bc18ddb31c7bd5c8 [
file
] [
log
] [
blame
]
add_subdirectory(lib_json)
if(JSONCPP_WITH_TESTS)
add_subdirectory(jsontestrunner)
add_subdirectory(test_lib_json)
endif()