summaryrefslogtreecommitdiff
path: root/lib/jsoncpp/CMakeLists.txt
blob: 9056e4b6d044ab106fd72abed8787909551bf371 (plain)
1
2
3
4
5
6
7
if(MSVC)
	set(CMAKE_CXX_FLAGS_RELEASE "/MT /O2 /Ob2 /D NDEBUG")
endif()

add_library(jsoncpp jsoncpp.cpp)
target_link_libraries(jsoncpp)