Fix missing endif()

This commit is contained in:
Tan Wang Leng 2016-04-03 10:55:53 +08:00 committed by Ryan C. Gordon
parent cdcf6afc34
commit 33a3bda3e3

View File

@ -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)