mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-12-22 21:43:35 +00:00
15dc5feeb5
* brother * use some better logic * Implement spider boss msg script tested that the message now shows up when hitting the survival spider entrance area * add drag to start race feature
19 lines
464 B
CMake
19 lines
464 B
CMake
set(DSCRIPTS_SOURCES_AI_GF
|
|
"GfRaceInstancer.cpp"
|
|
"GfCampfire.cpp"
|
|
"GfOrgan.cpp"
|
|
"GfBanana.cpp"
|
|
"GfBananaCluster.cpp"
|
|
"GfJailkeepMission.cpp"
|
|
"TriggerAmbush.cpp"
|
|
"GfJailWalls.cpp"
|
|
"PetDigBuild.cpp"
|
|
"GfArchway.cpp"
|
|
"GfMaelstromGeyser.cpp"
|
|
"PirateRep.cpp"
|
|
"GfParrotCrash.cpp")
|
|
|
|
add_library(dScriptsAiGF OBJECT ${DSCRIPTS_SOURCES_AI_GF})
|
|
target_include_directories(dScriptsAiGF PUBLIC ".")
|
|
target_precompile_headers(dScriptsAiGF REUSE_FROM dScriptsBase)
|