]> git.lizzy.rs Git - minetest.git/blob - lib/jsoncpp/CMakeLists.txt
Ease selection of entities behind nodes (#7739)
[minetest.git] / lib / jsoncpp / CMakeLists.txt
1 if(MSVC)
2         set(CMAKE_CXX_FLAGS_RELEASE "/MT /O2 /Ob2 /D NDEBUG")
3 endif()
4
5 add_library(jsoncpp jsoncpp.cpp)
6 target_link_libraries(jsoncpp)
7