1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00
luanti/lib/jsoncpp/CMakeLists.txt

3 lines
105 B
CMake

add_library(jsoncpp STATIC jsoncpp.cpp json/json.h json/json-forwards.h)
target_link_libraries(jsoncpp)