2022-11-03 17:57:54 +00:00
|
|
|
set(DSCRIPTS_SOURCES_02_SERVER_MAP_GENERAL
|
|
|
|
"BankInteractServer.cpp"
|
|
|
|
"BaseInteractDropLootServer.cpp"
|
|
|
|
"Binoculars.cpp"
|
|
|
|
"ExplodingAsset.cpp"
|
2023-12-23 07:53:21 +00:00
|
|
|
"FrictionVolumeServer.cpp"
|
2022-11-03 17:57:54 +00:00
|
|
|
"ForceVolumeServer.cpp"
|
|
|
|
"GrowingFlower.cpp"
|
|
|
|
"ImaginationBackpackHealServer.cpp"
|
|
|
|
"MailBoxServer.cpp"
|
|
|
|
"NjRailSwitch.cpp"
|
|
|
|
"PetDigServer.cpp"
|
|
|
|
"PropertyDevice.cpp"
|
|
|
|
"PropertyPlatform.cpp"
|
|
|
|
"QbEnemyStunner.cpp"
|
|
|
|
"QbSpawner.cpp"
|
|
|
|
"StoryBoxInteractServer.cpp"
|
|
|
|
"TokenConsoleServer.cpp"
|
|
|
|
"TouchMissionUpdateServer.cpp"
|
2023-12-23 07:53:21 +00:00
|
|
|
"VisToggleNotifierServer.cpp"
|
|
|
|
"NTNaomiDirtServer.cpp"
|
2022-11-03 17:57:54 +00:00
|
|
|
"WishingWellServer.cpp")
|
|
|
|
|
|
|
|
add_subdirectory(Ninjago)
|
|
|
|
|
|
|
|
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_MAP_GENERAL_NINJAGO})
|
|
|
|
set(DSCRIPTS_SOURCES_02_SERVER_MAP_GENERAL ${DSCRIPTS_SOURCES_02_SERVER_MAP_GENERAL} "Ninjago/${file}")
|
|
|
|
endforeach()
|
|
|
|
|
2024-01-04 00:41:46 +00:00
|
|
|
add_library(dScriptsServerMapGeneral ${DSCRIPTS_SOURCES_02_SERVER_MAP_GENERAL})
|
|
|
|
target_include_directories(dScriptsServerMapGeneral PUBLIC "." "Ninjago")
|
|
|
|
target_precompile_headers(dScriptsServerMapGeneral REUSE_FROM dScriptsBase)
|