4 lines
65 B
CMake
Raw Normal View History

2020-10-04 03:37:08 +02:00
add_library(jsoncpp jsoncpp.cpp)
target_link_libraries(jsoncpp)