Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
jsoncpp
/
b0bee82c6434575fe39b01882583afe32040ab6e
/
.
/
src
/
CMakeLists.txt
blob: 0f82a74633121e40eb403103bc18ddb31c7bd5c8 [
file
] [
log
] [
blame
]
Haibo Huang
b0bee82
2021-02-24 15:40:15 -0800
[
diff
] [
blame^
]
1
add_subdirectory(lib_json)
2
if(JSONCPP_WITH_TESTS)
3
add_subdirectory(jsontestrunner)
4
add_subdirectory(test_lib_json)
5
endif()