minetest/lib/jsoncpp/CMakeLists.txt

4 lines
72 B
CMake

add_library(jsoncpp STATIC jsoncpp.cpp)
target_link_libraries(jsoncpp)