Sign in
chromium
/
external
/
github.com
/
open-source-parsers
/
jsoncpp.git
/
refs/heads/master
/
.
/
src
/
CMakeLists.txt
blob: 0f82a74633121e40eb403103bc18ddb31c7bd5c8 [
file
] [
log
] [
blame
] [
edit
]
add_subdirectory(lib_json)
if(JSONCPP_WITH_TESTS)
add_subdirectory(jsontestrunner)
add_subdirectory(test_lib_json)
endif()