mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-12-04 01:31:22 -05:00
Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case.
6 lines
131 B
CMake
6 lines
131 B
CMake
add_subdirectory(lib_json)
|
|
if(JSONCPP_WITH_TESTS)
|
|
add_subdirectory(jsontestrunner)
|
|
add_subdirectory(test_lib_json)
|
|
endif()
|