]> git.lizzy.rs Git - minetest.git/blob - src/json/CMakeLists.txt
Use single box for halo mesh
[minetest.git] / src / json / 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