Sign in
pigweed
/
third_party
/
github
/
open-source-parsers
/
jsoncpp
/
073ad7e96e1b45c7c82ee330da239714f1ac51d4
/
.
/
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()