minetest/src/json/CMakeLists.txt

5 lines
66 B
CMake

add_library(jsoncpp jsoncpp.cpp)
target_link_libraries(jsoncpp)