DarkflameServer/dScripts/ai/MINIGAME/SG_GF/CMakeLists.txt
David Markowitz 8d37d9b681
Organize dScripts (#814)
* Organize dScripts

whitespace

Remove parent scope

Remove parent scope from initial setter

Remove debug

Remove helper programs

* Fix NtImagimeterVisibility script

Co-authored-by: aronwk-aaron <aronwk.aaron@gmail.com>
2022-11-03 12:57:54 -05:00

11 lines
347 B
CMake

set(DSCRIPTS_SOURCES_AI_MINIGAME_SG_GF
"ZoneSGServer.cpp")
add_subdirectory(SERVER)
foreach(file ${DSCRIPTS_SOURCES_AI_MINIGAME_SG_GF_SERVER})
set(DSCRIPTS_SOURCES_AI_MINIGAME_SG_GF ${DSCRIPTS_SOURCES_AI_MINIGAME_SG_GF} "SERVER/${file}")
endforeach()
set(DSCRIPTS_SOURCES_AI_MINIGAME_SG_GF ${DSCRIPTS_SOURCES_AI_MINIGAME_SG_GF} PARENT_SCOPE)