DarkflameServer/dScripts/02_server/Map/FV/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

15 lines
426 B
CMake

set(DSCRIPTS_SOURCES_02_SERVER_MAP_FV
"EnemyRoninSpawner.cpp"
"FvCandle.cpp"
"FvFong.cpp"
"FvHorsemenTrigger.cpp"
"ImgBrickConsoleQB.cpp")
add_subdirectory(Racing)
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_MAP_FV_RACING})
set(DSCRIPTS_SOURCES_02_SERVER_MAP_FV ${DSCRIPTS_SOURCES_02_SERVER_MAP_FV} "Racing/${file}")
endforeach()
set(DSCRIPTS_SOURCES_02_SERVER_MAP_FV ${DSCRIPTS_SOURCES_02_SERVER_MAP_FV} PARENT_SCOPE)