mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01:00
Fix missing endif()
This commit is contained in:
parent
cdcf6afc34
commit
33a3bda3e3
|
@ -604,7 +604,7 @@ option(BUILD_DEDICATED_SERVER "Compile the dedicated server, too" FALSE)
|
|||
if(BUILD_DEDICATED_SERVER)
|
||||
add_executable(SeriousSamDedicated ${ENGINE_SRCS} DedicatedServer/DedicatedServer.cpp)
|
||||
add_dependencies(SeriousSamDedicated ParseAllEntities)
|
||||
)
|
||||
endif()
|
||||
|
||||
if(MACOSX)
|
||||
find_library(COCOA_FRAMEWORK Cocoa)
|
||||
|
|
Loading…
Reference in New Issue
Block a user