CMakeLists.txt 65 B

123
  1. add_library(jsoncpp jsoncpp.cpp)
  2. target_link_libraries(jsoncpp)