v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
25
source/server/CMakeLists.txt
Normal file
25
source/server/CMakeLists.txt
Normal file
|
@ -0,0 +1,25 @@
|
|||
INCLUDE_DIRECTORIES (
|
||||
${STAR_EXTERN_INCLUDES}
|
||||
${STAR_CORE_INCLUDES}
|
||||
${STAR_BASE_INCLUDES}
|
||||
${STAR_PLATFORM_INCLUDES}
|
||||
${STAR_GAME_INCLUDES}
|
||||
)
|
||||
|
||||
SET (star_server_HEADERS
|
||||
StarServerQueryThread.hpp
|
||||
StarServerRconClient.hpp
|
||||
StarServerRconThread.hpp
|
||||
)
|
||||
|
||||
SET (star_server_SOURCES
|
||||
StarServerQueryThread.cpp
|
||||
StarServerRconClient.cpp
|
||||
StarServerRconThread.cpp
|
||||
main.cpp
|
||||
)
|
||||
|
||||
ADD_EXECUTABLE (starbound_server
|
||||
$<TARGET_OBJECTS:star_extern> $<TARGET_OBJECTS:star_core> $<TARGET_OBJECTS:star_base> $<TARGET_OBJECTS:star_game>
|
||||
${star_server_HEADERS} ${star_server_SOURCES})
|
||||
TARGET_LINK_LIBRARIES (starbound_server ${STAR_EXT_LIBS})
|
Loading…
Add table
Add a link
Reference in a new issue