1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00:00
luanti/src/json/CMakeLists.txt

5 lines
66 B
Text
Raw Normal View History

add_library(jsoncpp jsoncpp.cpp)
2013-02-22 02:00:44 +04:00
target_link_libraries(jsoncpp)
2013-02-22 02:00:44 +04:00