index
:
minetest.git
gpcf
lifo-fixes
release
modified minetest for gpcfs purposes
gpcf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
2if(MSVC) set(CMAKE_CXX_FLAGS_RELEASE "/MT /O2 /Ob2 /D NDEBUG") endif() add_library(jsoncpp jsoncpp.cpp) target_link_libraries(jsoncpp)