DarkflameServer/dScripts/02_server/Pets/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
313 B
CMake
Raw Normal View History

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)