mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-05-28 06:01:31 +02:00

* Clean up closing statements for if conditions, functions, macros, and other entities. Newer versions of CMake do not require you to redundantly respecify the parameters to the opening arguments.
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()
|