1add_subdirectory(lib_json)
2if(JSONCPP_WITH_TESTS)
3    add_subdirectory(jsontestrunner)
4    add_subdirectory(test_lib_json)
5endif()
6