summaryrefslogtreecommitdiff
path: root/src/json/CMakeLists.txt
blob: de99c7f0c611c5f9f46d03ee46fd86b109a2cc85 (plain)
1
2
3
4
5
6
7
if(MSVC)
	set(CMAKE_CXX_FLAGS_RELEASE "/MT")
endif()

add_library(jsoncpp jsoncpp.cpp)
target_link_libraries(jsoncpp)