mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-17 02:15:22 +02:00
new auto masterserver
This commit is contained in:
14
src/json/CMakeLists.txt
Normal file
14
src/json/CMakeLists.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
if( UNIX )
|
||||
set(json_SRCS jsoncpp.cpp)
|
||||
set(json_platform_LIBS "")
|
||||
else( UNIX )
|
||||
set(json_SRCS jsoncpp.cpp)
|
||||
set(json_platform_LIBS "")
|
||||
endif( UNIX )
|
||||
|
||||
add_library(json ${json_SRCS})
|
||||
|
||||
target_link_libraries(
|
||||
json
|
||||
${json_platform_LIBS}
|
||||
)
|
Reference in New Issue
Block a user