2022-11-03 17:57:54 +00:00
|
|
|
set(DSCRIPTS_SOURCES_02_SERVER_MAP_AM
|
|
|
|
"AmConsoleTeleportServer.cpp"
|
|
|
|
"RandomSpawnerFin.cpp"
|
|
|
|
"RandomSpawnerPit.cpp"
|
|
|
|
"RandomSpawnerStr.cpp"
|
|
|
|
"RandomSpawnerZip.cpp"
|
|
|
|
"AmBridge.cpp"
|
|
|
|
"AmDrawBridge.cpp"
|
|
|
|
"AmShieldGenerator.cpp"
|
|
|
|
"AmShieldGeneratorQuickbuild.cpp"
|
|
|
|
"AmDropshipComputer.cpp"
|
|
|
|
"AmScrollReaderServer.cpp"
|
|
|
|
"AmTemplateSkillVolume.cpp"
|
|
|
|
"AmSkullkinDrill.cpp"
|
|
|
|
"AmSkullkinDrillStand.cpp"
|
|
|
|
"AmSkullkinTower.cpp"
|
|
|
|
"AmBlueX.cpp"
|
2024-02-27 16:07:14 +00:00
|
|
|
"AmTeapotServer.cpp"
|
|
|
|
"WanderingVendor.cpp"
|
|
|
|
)
|
2024-01-04 00:41:46 +00:00
|
|
|
|
2024-03-06 02:13:24 +00:00
|
|
|
add_library(dScriptsServerMapAM OBJECT ${DSCRIPTS_SOURCES_02_SERVER_MAP_AM})
|
2024-01-04 00:41:46 +00:00
|
|
|
target_include_directories(dScriptsServerMapAM PUBLIC ".")
|
|
|
|
target_precompile_headers(dScriptsServerMapAM REUSE_FROM dScriptsBase)
|