1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00
luanti/lib/jsoncpp/CMakeLists.txt

8 lines
138 B
Text
Raw Permalink Normal View History

if(MSVC)
set(CMAKE_CXX_FLAGS_RELEASE "/MT /O2 /Ob2 /D NDEBUG")
endif()
2013-02-22 02:00:44 +04:00
add_library(jsoncpp jsoncpp.cpp)
target_link_libraries(jsoncpp)
2013-02-22 02:00:44 +04:00