mirror of
https://github.com/DarkflameUniverse/DarkflameServer
synced 2024-08-30 18:43:58 +00:00
9 lines
314 B
CMake
9 lines
314 B
CMake
set(DSCRIPTS_SOURCES_02_SERVER_MAP_PR
|
|
"HydrantBroken.cpp"
|
|
"PrSeagullFly.cpp"
|
|
"SpawnGryphonServer.cpp")
|
|
|
|
add_library(dScriptsServerMapPR OBJECT ${DSCRIPTS_SOURCES_02_SERVER_MAP_PR})
|
|
target_include_directories(dScriptsServerMapPR PUBLIC ".")
|
|
target_precompile_headers(dScriptsServerMapPR REUSE_FROM dScriptsBase)
|