2022-11-03 17:57:54 +00:00
|
|
|
set(DSCRIPTS_SOURCES_AI_AG
|
|
|
|
"AgShipPlayerDeathTrigger.cpp"
|
|
|
|
"AgSpaceStuff.cpp"
|
|
|
|
"AgShipPlayerShockServer.cpp"
|
|
|
|
"AgImagSmashable.cpp"
|
|
|
|
"ActSharkPlayerDeathTrigger.cpp"
|
|
|
|
"AgBusDoor.cpp"
|
|
|
|
"AgTurret.cpp"
|
|
|
|
"AgFans.cpp"
|
|
|
|
"AgSalutingNpcs.cpp"
|
|
|
|
"AgJetEffectServer.cpp"
|
|
|
|
"AgQbElevator.cpp"
|
|
|
|
"AgStromlingProperty.cpp"
|
|
|
|
"AgDarkSpiderling.cpp"
|
|
|
|
"AgPicnicBlanket.cpp"
|
|
|
|
"AgStagePlatforms.cpp"
|
2024-01-04 00:41:46 +00:00
|
|
|
"AgQbWall.cpp")
|
|
|
|
|
|
|
|
add_library(dScriptsAiAG STATIC ${DSCRIPTS_SOURCES_AI_AG})
|
|
|
|
target_include_directories(dScriptsAiAG PUBLIC ".")
|
|
|
|
target_precompile_headers(dScriptsAiAG REUSE_FROM dScriptsBase)
|