mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-24 14:37:25 +00:00
9 lines
300 B
CMake
9 lines
300 B
CMake
set(DSCRIPTS_SOURCES_AI_SPEC
|
|
"SpecialCoinSpawner.cpp"
|
|
"SpecialPowerupSpawner.cpp"
|
|
"SpecialSpeedBuffSpawner.cpp")
|
|
|
|
add_library(dScriptsAiSpec OBJECT ${DSCRIPTS_SOURCES_AI_SPEC})
|
|
target_include_directories(dScriptsAiSpec PUBLIC ".")
|
|
target_precompile_headers(dScriptsAiSpec REUSE_FROM dScriptsBase)
|