mirror of
https://github.com/DarkflameUniverse/DarkflameServer
synced 2024-08-30 18:43:58 +00:00
8d37d9b681
* 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>
15 lines
426 B
CMake
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)
|