File: CMakeLists.txt

package info (click to toggle)
minetest 0.4.17.1%2Brepack-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 29,492 kB
  • sloc: cpp: 121,020; xml: 46,127; ansic: 4,154; sh: 1,076; makefile: 744; python: 659; java: 484
file content (7 lines) | stat: -rw-r--r-- 138 bytes parent folder | download
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)