2023-04-09 15:17:05 +00:00
|
|
|
set(DSCRIPTS_SOURCES_AI_WILD
|
2022-11-03 17:57:54 +00:00
|
|
|
"AllCrateChicken.cpp"
|
2024-02-27 16:07:14 +00:00
|
|
|
"LupGenericInteract.cpp"
|
2022-11-03 17:57:54 +00:00
|
|
|
"WildAmbients.cpp"
|
2023-04-09 15:17:05 +00:00
|
|
|
"WildAmbientCrab.cpp"
|
|
|
|
"WildAndScared.cpp"
|
|
|
|
"WildGfGlowbug.cpp"
|
2023-04-12 16:46:31 +00:00
|
|
|
"WildNinjaBricks.cpp"
|
|
|
|
"WildNinjaStudent.cpp"
|
|
|
|
"WildNinjaSensei.cpp"
|
2024-01-04 00:41:46 +00:00
|
|
|
"WildPants.cpp")
|
|
|
|
|
2024-03-06 02:13:24 +00:00
|
|
|
add_library(dScriptsAiWild OBJECT ${DSCRIPTS_SOURCES_AI_WILD})
|
2024-01-04 00:41:46 +00:00
|
|
|
target_include_directories(dScriptsAiWild PUBLIC ".")
|
|
|
|
target_precompile_headers(dScriptsAiWild REUSE_FROM dScriptsBase)
|