1
0
mirror of https://github.com/minetest/minetest.git synced 2024-09-28 07:20:28 +02:00
minetest/src/json/CMakeLists.txt

5 lines
66 B
CMake
Raw Normal View History

add_library(jsoncpp jsoncpp.cpp)
2013-02-21 23:00:44 +01:00
target_link_libraries(jsoncpp)
2013-02-21 23:00:44 +01:00