forked from Mirrorlandia_minetest/minetest
ecc514f11b
Also optimize json's library
8 lines
138 B
CMake
8 lines
138 B
CMake
if(MSVC)
|
|
set(CMAKE_CXX_FLAGS_RELEASE "/MT /O2 /Ob2 /D NDEBUG")
|
|
endif()
|
|
|
|
add_library(jsoncpp jsoncpp.cpp)
|
|
target_link_libraries(jsoncpp)
|
|
|