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