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>
14 lines
424 B
CMake
14 lines
424 B
CMake
set(DSCRIPTS_SOURCES_02_SERVER_MAP_NS
|
|
"NsConcertChoiceBuildManager.cpp"
|
|
"NsLegoClubDoor.cpp"
|
|
"NsLupTeleport.cpp"
|
|
"NsTokenConsoleServer.cpp")
|
|
|
|
add_subdirectory(Waves)
|
|
|
|
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_MAP_NS_WAVES})
|
|
set(DSCRIPTS_SOURCES_02_SERVER_MAP_NS ${DSCRIPTS_SOURCES_02_SERVER_MAP_NS} "Waves/${file}")
|
|
endforeach()
|
|
|
|
set(DSCRIPTS_SOURCES_02_SERVER_MAP_NS ${DSCRIPTS_SOURCES_02_SERVER_MAP_NS} PARENT_SCOPE)
|