OpenClient/lib/jsoncpp/CMakeLists.txt

4 lines
65 B
CMake
Raw Normal View History

add_library(jsoncpp jsoncpp.cpp)
target_link_libraries(jsoncpp)