2017-09-14 04:48:57 -04:00
|
|
|
project (Cuberite)
|
2013-12-10 13:41:43 -05:00
|
|
|
|
2014-08-10 14:34:11 -04:00
|
|
|
|
2014-06-28 06:49:08 -04:00
|
|
|
include_directories (SYSTEM "${CMAKE_CURRENT_SOURCE_DIR}/../lib/")
|
|
|
|
include_directories (SYSTEM "${CMAKE_CURRENT_SOURCE_DIR}/../lib/jsoncpp/include")
|
2017-08-30 10:00:06 -04:00
|
|
|
include_directories (SYSTEM "${CMAKE_CURRENT_SOURCE_DIR}/../lib/mbedtls/include")
|
2015-01-09 05:07:43 -05:00
|
|
|
include_directories (SYSTEM "${CMAKE_CURRENT_SOURCE_DIR}/../lib/libevent/include")
|
2013-12-10 16:39:20 -05:00
|
|
|
|
2014-07-18 04:40:01 -04:00
|
|
|
set(FOLDERS
|
2017-08-30 10:00:06 -04:00
|
|
|
OSSupport HTTP Items Blocks Protocol Generating mbedTLS++ Bindings
|
2015-06-26 18:24:51 -04:00
|
|
|
WorldStorage Mobs Entities Simulator Simulator/IncrementalRedstoneSimulator
|
|
|
|
BlockEntities UI Noise
|
2014-07-18 04:40:01 -04:00
|
|
|
)
|
2013-12-10 18:20:39 -05:00
|
|
|
|
2014-07-18 17:08:49 -04:00
|
|
|
SET (SRCS
|
|
|
|
BiomeDef.cpp
|
|
|
|
BlockArea.cpp
|
|
|
|
BlockID.cpp
|
|
|
|
BlockInfo.cpp
|
2015-09-24 04:48:33 -04:00
|
|
|
BrewingRecipes.cpp
|
2015-03-21 13:17:26 -04:00
|
|
|
Broadcaster.cpp
|
2014-07-18 17:08:49 -04:00
|
|
|
BoundingBox.cpp
|
|
|
|
ByteBuffer.cpp
|
|
|
|
ChatColor.cpp
|
|
|
|
Chunk.cpp
|
|
|
|
ChunkData.cpp
|
|
|
|
ChunkMap.cpp
|
|
|
|
ChunkSender.cpp
|
|
|
|
ChunkStay.cpp
|
|
|
|
ClientHandle.cpp
|
2015-07-13 20:15:37 -04:00
|
|
|
Color.cpp
|
2014-07-18 17:08:49 -04:00
|
|
|
CommandOutput.cpp
|
|
|
|
CompositeChat.cpp
|
|
|
|
CraftingRecipes.cpp
|
|
|
|
Cuboid.cpp
|
|
|
|
DeadlockDetect.cpp
|
|
|
|
Enchantments.cpp
|
2014-10-23 02:41:57 -04:00
|
|
|
FastRandom.cpp
|
2014-07-18 17:08:49 -04:00
|
|
|
FurnaceRecipe.cpp
|
|
|
|
Globals.cpp
|
2014-10-23 09:15:10 -04:00
|
|
|
IniFile.cpp
|
2014-07-18 17:08:49 -04:00
|
|
|
Inventory.cpp
|
|
|
|
Item.cpp
|
|
|
|
ItemGrid.cpp
|
|
|
|
LightingThread.cpp
|
|
|
|
LineBlockTracer.cpp
|
|
|
|
LinearInterpolation.cpp
|
2014-08-12 11:05:04 -04:00
|
|
|
LoggerListeners.cpp
|
|
|
|
Logger.cpp
|
2014-07-18 17:08:49 -04:00
|
|
|
Map.cpp
|
|
|
|
MapManager.cpp
|
2015-05-14 10:47:51 -04:00
|
|
|
MemorySettingsRepository.cpp
|
2014-07-18 17:08:49 -04:00
|
|
|
MobCensus.cpp
|
|
|
|
MobFamilyCollecter.cpp
|
|
|
|
MobProximityCounter.cpp
|
|
|
|
MobSpawner.cpp
|
|
|
|
MonsterConfig.cpp
|
2015-05-26 21:35:28 -04:00
|
|
|
NetherPortalScanner.cpp
|
2015-05-14 10:47:51 -04:00
|
|
|
OverridesSettingsRepository.cpp
|
2014-07-18 17:08:49 -04:00
|
|
|
ProbabDistrib.cpp
|
2014-08-05 12:37:00 -04:00
|
|
|
RankManager.cpp
|
2014-07-18 17:08:49 -04:00
|
|
|
RCONServer.cpp
|
|
|
|
Root.cpp
|
|
|
|
Scoreboard.cpp
|
|
|
|
Server.cpp
|
2014-07-24 12:32:05 -04:00
|
|
|
SetChunkData.cpp
|
2015-05-29 19:18:52 -04:00
|
|
|
SpawnPrepare.cpp
|
2014-07-18 17:08:49 -04:00
|
|
|
Statistics.cpp
|
|
|
|
StringCompression.cpp
|
|
|
|
StringUtils.cpp
|
|
|
|
Tracer.cpp
|
2017-08-25 08:43:18 -04:00
|
|
|
UUID.cpp
|
2014-07-18 17:08:49 -04:00
|
|
|
VoronoiMap.cpp
|
|
|
|
WebAdmin.cpp
|
|
|
|
World.cpp
|
2014-11-18 06:07:08 -05:00
|
|
|
main.cpp
|
|
|
|
)
|
2014-07-18 17:08:49 -04:00
|
|
|
|
|
|
|
SET (HDRS
|
|
|
|
AllocationPool.h
|
|
|
|
BiomeDef.h
|
|
|
|
BlockArea.h
|
|
|
|
BlockID.h
|
|
|
|
BlockInServerPluginInterface.h
|
|
|
|
BlockInfo.h
|
|
|
|
BlockTracer.h
|
2015-09-24 04:48:33 -04:00
|
|
|
BrewingRecipes.h
|
2015-03-21 13:17:26 -04:00
|
|
|
Broadcaster.h
|
2014-07-18 17:08:49 -04:00
|
|
|
BoundingBox.h
|
2015-06-05 04:19:58 -04:00
|
|
|
BuildInfo.h
|
2014-09-10 11:07:00 -04:00
|
|
|
BuildInfo.h.cmake
|
2014-07-18 17:08:49 -04:00
|
|
|
ByteBuffer.h
|
|
|
|
ChatColor.h
|
|
|
|
Chunk.h
|
|
|
|
ChunkData.h
|
|
|
|
ChunkDataCallback.h
|
|
|
|
ChunkDef.h
|
|
|
|
ChunkMap.h
|
|
|
|
ChunkSender.h
|
|
|
|
ChunkStay.h
|
|
|
|
ClientHandle.h
|
2015-09-17 05:20:10 -04:00
|
|
|
Color.h
|
2014-07-18 17:08:49 -04:00
|
|
|
CommandOutput.h
|
|
|
|
CompositeChat.h
|
|
|
|
CraftingRecipes.h
|
|
|
|
Cuboid.h
|
|
|
|
DeadlockDetect.h
|
|
|
|
Defines.h
|
2015-11-23 18:39:19 -05:00
|
|
|
EffectID.h
|
2014-07-18 17:08:49 -04:00
|
|
|
Enchantments.h
|
|
|
|
Endianness.h
|
2014-10-23 02:41:57 -04:00
|
|
|
FastRandom.h
|
2014-07-18 17:08:49 -04:00
|
|
|
ForEachChunkProvider.h
|
|
|
|
FurnaceRecipe.h
|
2017-09-11 17:20:49 -04:00
|
|
|
FunctionRef.h
|
2014-07-18 17:08:49 -04:00
|
|
|
Globals.h
|
2014-10-23 09:15:10 -04:00
|
|
|
IniFile.h
|
2014-07-18 17:08:49 -04:00
|
|
|
Inventory.h
|
|
|
|
Item.h
|
|
|
|
ItemGrid.h
|
|
|
|
LightingThread.h
|
|
|
|
LineBlockTracer.h
|
|
|
|
LinearInterpolation.h
|
|
|
|
LinearUpscale.h
|
2014-08-12 11:05:04 -04:00
|
|
|
Logger.h
|
|
|
|
LoggerListeners.h
|
2014-07-18 17:08:49 -04:00
|
|
|
Map.h
|
|
|
|
MapManager.h
|
|
|
|
Matrix4.h
|
2015-05-14 10:47:51 -04:00
|
|
|
MemorySettingsRepository.h
|
2014-07-18 17:08:49 -04:00
|
|
|
MobCensus.h
|
|
|
|
MobFamilyCollecter.h
|
|
|
|
MobProximityCounter.h
|
|
|
|
MobSpawner.h
|
|
|
|
MonsterConfig.h
|
2015-05-26 21:35:28 -04:00
|
|
|
NetherPortalScanner.h
|
2015-05-14 10:47:51 -04:00
|
|
|
OverridesSettingsRepository.h
|
2014-07-18 17:08:49 -04:00
|
|
|
ProbabDistrib.h
|
2014-08-05 12:37:00 -04:00
|
|
|
RankManager.h
|
2014-07-18 17:08:49 -04:00
|
|
|
RCONServer.h
|
|
|
|
Root.h
|
|
|
|
Scoreboard.h
|
|
|
|
Server.h
|
2014-07-24 12:32:05 -04:00
|
|
|
SetChunkData.h
|
2015-05-14 10:47:51 -04:00
|
|
|
SettingsRepositoryInterface.h
|
2015-05-29 19:18:52 -04:00
|
|
|
SpawnPrepare.h
|
2014-07-18 17:08:49 -04:00
|
|
|
Statistics.h
|
2015-11-11 04:32:42 -05:00
|
|
|
Stopwatch.h
|
2014-07-18 17:08:49 -04:00
|
|
|
StringCompression.h
|
|
|
|
StringUtils.h
|
|
|
|
Tracer.h
|
2017-08-25 08:43:18 -04:00
|
|
|
UUID.h
|
2014-07-18 17:08:49 -04:00
|
|
|
Vector3.h
|
|
|
|
VoronoiMap.h
|
|
|
|
WebAdmin.h
|
|
|
|
World.h
|
2014-11-18 06:07:08 -05:00
|
|
|
XMLParser.h
|
|
|
|
)
|
2014-07-18 17:08:49 -04:00
|
|
|
|
2014-07-18 19:04:07 -04:00
|
|
|
include_directories(".")
|
2014-07-29 11:45:55 -04:00
|
|
|
include_directories ("${CMAKE_CURRENT_SOURCE_DIR}/../lib/sqlite")
|
|
|
|
include_directories ("${CMAKE_CURRENT_SOURCE_DIR}/../lib/SQLiteCpp/include")
|
2015-05-14 10:47:51 -04:00
|
|
|
include_directories (SYSTEM "${CMAKE_CURRENT_SOURCE_DIR}/../lib/TCLAP/include")
|
2013-12-10 13:41:43 -05:00
|
|
|
|
2014-09-10 11:07:00 -04:00
|
|
|
configure_file("BuildInfo.h.cmake" "${CMAKE_CURRENT_SOURCE_DIR}/BuildInfo.h")
|
|
|
|
|
2015-05-19 14:32:10 -04:00
|
|
|
if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
|
|
|
|
set_source_files_properties(BlockID.cpp PROPERTIES COMPILE_FLAGS "-Wno-error=global-constructors")
|
2016-08-24 15:45:03 -04:00
|
|
|
set_source_files_properties(ByteBuffer.cpp PROPERTIES COMPILE_FLAGS "-Wno-error=global-constructors")
|
|
|
|
set_source_files_properties(ClientHandle.cpp PROPERTIES COMPILE_FLAGS "-Wno-error=global-constructors ")
|
2015-05-19 14:32:10 -04:00
|
|
|
set_source_files_properties(Statistics.cpp PROPERTIES COMPILE_FLAGS "-Wno-error=global-constructors")
|
|
|
|
endif()
|
|
|
|
|
2013-12-28 08:42:11 -05:00
|
|
|
if (NOT MSVC)
|
2014-03-28 11:42:32 -04:00
|
|
|
# Bindings need to reference other folders, so they are done here instead
|
|
|
|
# lib dependencies are not included
|
2017-08-30 10:00:06 -04:00
|
|
|
include_directories ("${CMAKE_CURRENT_SOURCE_DIR}/../lib/mbedtls/include")
|
2014-01-23 14:00:36 -05:00
|
|
|
|
2014-07-18 19:04:07 -04:00
|
|
|
foreach(folder ${FOLDERS})
|
|
|
|
add_subdirectory(${folder})
|
|
|
|
endforeach(folder)
|
|
|
|
|
|
|
|
get_directory_property(BINDING_DEPENDENCIES DIRECTORY "Bindings" DEFINITION BINDING_DEPENDENCIES)
|
|
|
|
|
2014-01-25 08:35:04 -05:00
|
|
|
#clear file
|
2014-07-30 01:43:25 -04:00
|
|
|
file(WRITE ${CMAKE_CURRENT_SOURCE_DIR}/Bindings/BindingDependencies.txt)
|
|
|
|
foreach(dependency ${BINDING_DEPENDENCIES})
|
|
|
|
#write each dependency on a seperate line
|
|
|
|
file(APPEND ${CMAKE_CURRENT_SOURCE_DIR}/Bindings/BindingDependencies.txt "${dependency}\n")
|
2014-01-25 08:35:04 -05:00
|
|
|
endforeach()
|
|
|
|
|
2014-01-23 14:06:42 -05:00
|
|
|
set_directory_properties(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES "Bindings.cpp Bindings.h")
|
|
|
|
|
2014-07-18 17:08:49 -04:00
|
|
|
list(APPEND SOURCE "${SRCS}")
|
|
|
|
list(APPEND SOURCE "${HDRS}")
|
2013-12-19 10:07:45 -05:00
|
|
|
|
2014-01-13 11:15:34 -05:00
|
|
|
# If building a windows version, but not using MSVC, add the resources directly to the makefile:
|
|
|
|
if (WIN32)
|
2016-01-01 15:05:09 -05:00
|
|
|
list(APPEND SOURCE "Resources/Cuberite.rc")
|
2014-01-13 11:15:34 -05:00
|
|
|
endif()
|
2013-12-26 08:54:46 -05:00
|
|
|
else ()
|
2014-03-28 11:42:32 -04:00
|
|
|
# MSVC-specific handling: Put all files into one project, separate by the folders:
|
2013-12-19 10:07:45 -05:00
|
|
|
|
2014-06-14 09:00:57 -04:00
|
|
|
source_group(Bindings FILES "Bindings/Bindings.cpp" "Bindings/Bindings.h")
|
|
|
|
|
2014-01-13 11:15:34 -05:00
|
|
|
# Add all subfolders as solution-folders:
|
2013-12-26 08:54:46 -05:00
|
|
|
function(includefolder PATH)
|
|
|
|
FILE(GLOB FOLDER_FILES
|
|
|
|
"${PATH}/*.cpp"
|
|
|
|
"${PATH}/*.h"
|
2014-01-13 11:15:34 -05:00
|
|
|
"${PATH}/*.rc"
|
2014-02-09 10:22:49 -05:00
|
|
|
"${PATH}/*.pkg"
|
2013-12-26 08:54:46 -05:00
|
|
|
)
|
2014-03-28 11:42:32 -04:00
|
|
|
string(REPLACE "/" "\\" PROJECT_PATH ${PATH})
|
|
|
|
source_group("${PROJECT_PATH}" FILES ${FOLDER_FILES})
|
2013-12-26 08:54:46 -05:00
|
|
|
endfunction(includefolder)
|
2013-12-19 10:07:45 -05:00
|
|
|
|
2013-12-26 08:54:46 -05:00
|
|
|
foreach(folder ${FOLDERS})
|
2014-07-18 17:08:49 -04:00
|
|
|
add_subdirectory(${folder})
|
2013-12-26 08:54:46 -05:00
|
|
|
includefolder(${folder})
|
2014-07-18 17:08:49 -04:00
|
|
|
|
|
|
|
# Get all source files in this folder:
|
|
|
|
get_directory_property(FOLDER_SRCS DIRECTORY ${folder} DEFINITION SRCS)
|
|
|
|
foreach (src ${FOLDER_SRCS})
|
|
|
|
list(APPEND SOURCE "${folder}/${src}")
|
|
|
|
endforeach(src)
|
|
|
|
|
|
|
|
# Get all headers in this folder:
|
|
|
|
get_directory_property(FOLDER_HDRS DIRECTORY ${folder} DEFINITION HDRS)
|
|
|
|
foreach (hdr ${FOLDER_HDRS})
|
|
|
|
list(APPEND SOURCE "${folder}/${hdr}")
|
|
|
|
endforeach(hdr)
|
2016-07-17 10:23:29 -04:00
|
|
|
|
|
|
|
# Include this folder's CMakeLists.txt in the project:
|
|
|
|
list(APPEND SOURCE "${folder}/CMakeLists.txt")
|
|
|
|
source_group("${folder}" FILES "${folder}/CMakeLists.txt")
|
2013-12-26 08:54:46 -05:00
|
|
|
endforeach(folder)
|
2013-12-19 19:31:52 -05:00
|
|
|
|
2014-07-18 17:08:49 -04:00
|
|
|
list(APPEND SOURCE "${SRCS}")
|
|
|
|
list(APPEND SOURCE "${HDRS}")
|
|
|
|
list(APPEND SOURCE "Bindings/AllToLua.pkg")
|
|
|
|
|
|
|
|
includefolder("Resources")
|
|
|
|
source_group("" FILES ${SOURCE})
|
|
|
|
|
2013-12-26 08:54:46 -05:00
|
|
|
include_directories("${PROJECT_SOURCE_DIR}")
|
2013-12-20 11:05:12 -05:00
|
|
|
|
2013-12-26 08:54:46 -05:00
|
|
|
# Precompiled headers (1st part)
|
|
|
|
SET_SOURCE_FILES_PROPERTIES(
|
2013-12-27 05:51:08 -05:00
|
|
|
Globals.cpp PROPERTIES COMPILE_FLAGS "/Yc\"Globals.h\""
|
|
|
|
)
|
|
|
|
# CMake cannot "remove" the precompiled header flags, so we use a dummy precompiled header compatible with just this one file:
|
|
|
|
SET_SOURCE_FILES_PROPERTIES(
|
|
|
|
Bindings/Bindings.cpp PROPERTIES COMPILE_FLAGS "/Yc\"string.h\" /Fp\"$(IntDir)/Bindings.pch\""
|
|
|
|
)
|
2016-01-01 15:05:09 -05:00
|
|
|
list(APPEND SOURCE "Resources/Cuberite.rc")
|
2014-01-24 04:24:24 -05:00
|
|
|
|
|
|
|
# Make MSVC generate the PDB files even for the release build:
|
|
|
|
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /Zi")
|
|
|
|
set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} /Zi")
|
|
|
|
set(CMAKE_EXE_LINKER_FLAGS_RELEASE "${CMAKE_EXE_LINKER_FLAGS_RELEASE} /DEBUG")
|
|
|
|
set(CMAKE_SHARED_LINKER_FLAGS_RELEASE "${CMAKE_SHARED_LINKER_FLAGS_RELEASE} /DEBUG")
|
|
|
|
set(CMAKE_MODULE_LINKER_FLAGS_RELEASE "${CMAKE_MODULE_LINKER_FLAGS_RELEASE} /DEBUG")
|
2013-12-19 10:07:45 -05:00
|
|
|
endif()
|
2013-12-10 13:41:43 -05:00
|
|
|
|
2014-07-21 11:35:09 -04:00
|
|
|
|
|
|
|
# Generate a list of all source files:
|
2014-08-13 19:03:30 -04:00
|
|
|
set(ALLFILES "${SRCS}" "${HDRS}")
|
2014-07-21 11:35:09 -04:00
|
|
|
foreach(folder ${FOLDERS})
|
|
|
|
get_directory_property(FOLDER_SRCS DIRECTORY ${folder} DEFINITION SRCS)
|
|
|
|
foreach (src ${FOLDER_SRCS})
|
|
|
|
list(APPEND ALLFILES "${folder}/${src}")
|
|
|
|
endforeach(src)
|
|
|
|
|
|
|
|
get_directory_property(FOLDER_HDRS DIRECTORY ${folder} DEFINITION HDRS)
|
|
|
|
foreach (hdr ${FOLDER_HDRS})
|
|
|
|
list(APPEND ALLFILES "${folder}/${hdr}")
|
|
|
|
endforeach(hdr)
|
|
|
|
endforeach(folder)
|
|
|
|
foreach(arg ${ALLFILES})
|
|
|
|
set(ALLFILESLINES "${ALLFILESLINES}${arg}\n")
|
|
|
|
endforeach()
|
|
|
|
FILE(WRITE "AllFiles.lst" "${ALLFILESLINES}")
|
|
|
|
|
2014-07-19 07:22:16 -04:00
|
|
|
if (MSVC)
|
2014-07-18 22:25:15 -04:00
|
|
|
get_directory_property(BINDING_OUTPUTS DIRECTORY "Bindings" DEFINITION BINDING_OUTPUTS)
|
|
|
|
get_directory_property(BINDING_DEPENDENCIES DIRECTORY "Bindings" DEFINITION BINDING_DEPENDENCIES)
|
2015-08-26 04:58:51 -04:00
|
|
|
|
2014-09-01 10:10:40 -04:00
|
|
|
# The paths in BINDING_DEPENDENCIES are relative to the Bindings folder, convert them relative to this folder:
|
|
|
|
foreach (dep ${BINDING_DEPENDENCIES})
|
|
|
|
list (APPEND BINDINGS_DEPENDENCIES "Bindings/${dep}")
|
|
|
|
endforeach(dep)
|
2014-07-18 22:25:15 -04:00
|
|
|
|
2016-07-21 05:46:31 -04:00
|
|
|
if (USE_SYSTEM_LUA)
|
2016-07-17 10:23:29 -04:00
|
|
|
ADD_CUSTOM_COMMAND(
|
|
|
|
OUTPUT ${BINDING_OUTPUTS}
|
|
|
|
COMMAND lua BindingsProcessor.lua
|
|
|
|
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/Bindings/
|
|
|
|
DEPENDS ${BINDINGS_DEPENDENCIES}
|
|
|
|
)
|
|
|
|
else()
|
|
|
|
ADD_CUSTOM_COMMAND(
|
|
|
|
OUTPUT ${BINDING_OUTPUTS}
|
2014-07-18 22:25:15 -04:00
|
|
|
|
2016-07-17 10:23:29 -04:00
|
|
|
# Regenerate bindings:
|
2017-05-04 09:01:15 -04:00
|
|
|
COMMAND luaexe BindingsProcessor.lua
|
2016-07-17 10:23:29 -04:00
|
|
|
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/Bindings/
|
2017-05-04 09:01:15 -04:00
|
|
|
DEPENDS ${BINDINGS_DEPENDENCIES} luaexe
|
2016-07-17 10:23:29 -04:00
|
|
|
)
|
|
|
|
endif()
|
2014-07-18 22:25:15 -04:00
|
|
|
endif()
|
|
|
|
|
2013-12-10 13:41:43 -05:00
|
|
|
|
2016-11-07 17:15:07 -05:00
|
|
|
add_executable(${CMAKE_PROJECT_NAME} ${SOURCE})
|
2013-12-28 08:42:11 -05:00
|
|
|
|
2015-09-08 03:12:02 -04:00
|
|
|
# Output the executable into the $/Server folder, so that it has access to external resources:
|
2016-11-07 17:15:07 -05:00
|
|
|
SET_TARGET_PROPERTIES(${CMAKE_PROJECT_NAME} PROPERTIES
|
2016-12-18 08:40:27 -05:00
|
|
|
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/Server
|
2015-08-26 04:58:51 -04:00
|
|
|
RUNTIME_OUTPUT_DIRECTORY_DEBUG ${CMAKE_SOURCE_DIR}/Server
|
|
|
|
RUNTIME_OUTPUT_DIRECTORY_RELEASE ${CMAKE_SOURCE_DIR}/Server
|
2016-12-18 08:40:27 -05:00
|
|
|
RUNTIME_OUTPUT_DIRECTORY_RELWITHDEBINFO ${CMAKE_SOURCE_DIR}/Server
|
|
|
|
RUNTIME_OUTPUT_DIRECTORY_MINSIZEREL ${CMAKE_SOURCE_DIR}/Server
|
2015-08-26 04:58:51 -04:00
|
|
|
RUNTIME_OUTPUT_DIRECTORY_DEBUGPROFILE ${CMAKE_SOURCE_DIR}/Server
|
|
|
|
RUNTIME_OUTPUT_DIRECTORY_RELEASEPROFILE ${CMAKE_SOURCE_DIR}/Server
|
2014-01-16 12:33:28 -05:00
|
|
|
)
|
2013-12-28 08:42:11 -05:00
|
|
|
|
|
|
|
# Make the debug executable have a "_debug" suffix
|
2016-11-07 17:15:07 -05:00
|
|
|
SET_TARGET_PROPERTIES(${CMAKE_PROJECT_NAME} PROPERTIES DEBUG_POSTFIX "_debug")
|
2013-12-28 08:42:11 -05:00
|
|
|
|
2014-01-14 03:32:43 -05:00
|
|
|
# Make the profiled executables have a "_profile" postfix
|
2016-11-07 17:15:07 -05:00
|
|
|
SET_TARGET_PROPERTIES(${CMAKE_PROJECT_NAME} PROPERTIES DEBUGPROFILE_POSTFIX "_debug_profile")
|
|
|
|
SET_TARGET_PROPERTIES(${CMAKE_PROJECT_NAME} PROPERTIES RELEASEPROFILE_POSTFIX "_profile")
|
2014-01-14 03:32:43 -05:00
|
|
|
|
2013-12-26 08:54:46 -05:00
|
|
|
|
2013-12-27 05:51:08 -05:00
|
|
|
# Precompiled headers (2nd part)
|
2013-12-28 08:42:11 -05:00
|
|
|
if (MSVC)
|
2013-12-26 08:54:46 -05:00
|
|
|
SET_TARGET_PROPERTIES(
|
2016-11-07 17:15:07 -05:00
|
|
|
${CMAKE_PROJECT_NAME} PROPERTIES COMPILE_FLAGS "/Yu\"Globals.h\""
|
2013-12-27 05:51:08 -05:00
|
|
|
OBJECT_DEPENDS "$(IntDir)/$(TargetName.pch)"
|
2013-12-26 08:54:46 -05:00
|
|
|
)
|
|
|
|
endif ()
|
|
|
|
|
|
|
|
|
2013-12-28 08:42:11 -05:00
|
|
|
if (NOT MSVC)
|
2016-11-07 17:15:07 -05:00
|
|
|
target_link_libraries(${CMAKE_PROJECT_NAME}
|
2014-11-18 06:07:08 -05:00
|
|
|
OSSupport HTTPServer Bindings Items Blocks Noise
|
2015-11-11 04:32:42 -05:00
|
|
|
Protocol Generating WorldStorage
|
2015-06-26 18:24:51 -04:00
|
|
|
Mobs Entities Simulator IncrementalRedstoneSimulator
|
2017-08-30 10:00:06 -04:00
|
|
|
BlockEntities UI mbedTLS++
|
2014-07-18 04:40:01 -04:00
|
|
|
)
|
2013-12-26 08:54:46 -05:00
|
|
|
endif ()
|
2016-11-07 17:15:07 -05:00
|
|
|
|
2013-12-27 05:51:08 -05:00
|
|
|
if (WIN32)
|
2016-11-07 17:15:07 -05:00
|
|
|
target_link_libraries(${CMAKE_PROJECT_NAME} expat tolualib ws2_32.lib Psapi.lib)
|
2013-12-27 05:51:08 -05:00
|
|
|
endif()
|
2015-05-24 22:07:31 -04:00
|
|
|
|
|
|
|
if (${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")
|
|
|
|
add_flags_lnk(-L/usr/local/lib)
|
2015-12-23 11:00:55 -05:00
|
|
|
add_flags_lnk(-L/usr/ports/devel)
|
2015-05-24 22:07:31 -04:00
|
|
|
endif()
|
|
|
|
|
2016-11-07 17:15:07 -05:00
|
|
|
target_link_libraries(${CMAKE_PROJECT_NAME} luaexpat jsoncpp_lib_static mbedtls zlib sqlite lua SQLiteCpp event_core event_extra)
|
2016-05-22 05:54:31 -04:00
|
|
|
|
|
|
|
# Create a folder for Bindings' documentation:
|
|
|
|
FILE(MAKE_DIRECTORY "Bindings/docs")
|