CMakeLists.txt 72 B

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