mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 13:37:22 +00:00
10 lines
313 B
CMake
10 lines
313 B
CMake
set(DSCRIPTS_SOURCES_02_SERVER_PETS
|
|
"PetFromDigServer.cpp"
|
|
"PetFromObjectServer.cpp"
|
|
"DamagingPets.cpp")
|
|
|
|
add_library(dScriptsServerPets OBJECT ${DSCRIPTS_SOURCES_02_SERVER_PETS})
|
|
target_include_directories(dScriptsServerPets PUBLIC ".")
|
|
target_precompile_headers(dScriptsServerPets REUSE_FROM dScriptsBase)
|
|
|