Update: #842 Excluded shutdown_handler.h/cpp from EGS CMake build.
This commit is contained in:
parent
0e705b9be8
commit
215b70a98c
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@ FILE(GLOB SRC *.cpp *.h
|
|||
LIST(REMOVE_ITEM SRC ${CMAKE_CURRENT_SOURCE_DIR}/ai_pet_interface.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/ai_pet_interface.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/egs_static_continent.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/egs_static_continent.h)
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/egs_static_continent.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/shutdown_handler.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/shutdown_handler.h)
|
||||
|
||||
ADD_EXECUTABLE(entities_game_service ${SRC})
|
||||
|
||||
|
|
Loading…
Reference in a new issue