mirror of
https://github.com/DarkflameUniverse/DarkflameServer
synced 2024-08-30 18:43:58 +00:00
11 lines
235 B
CMake
11 lines
235 B
CMake
set(DGAME_DUTILITIES_SOURCES "BrickDatabase.cpp"
|
|
"CheatDetection.cpp"
|
|
"GUID.cpp"
|
|
"Loot.cpp"
|
|
"Mail.cpp"
|
|
"Preconditions.cpp"
|
|
"SlashCommandHandler.cpp"
|
|
"Recorder.cpp"
|
|
"ServerPreconditions.cpp"
|
|
"VanityUtilities.cpp" PARENT_SCOPE)
|