mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-10 10:18:21 +00:00
8 lines
170 B
CMake
8 lines
170 B
CMake
|
set(DGAME_DUTILITIES_SOURCES "BrickDatabase.cpp"
|
||
|
"GUID.cpp"
|
||
|
"Loot.cpp"
|
||
|
"Mail.cpp"
|
||
|
"Preconditions.cpp"
|
||
|
"SlashCommandHandler.cpp"
|
||
|
"VanityUtilities.cpp" PARENT_SCOPE)
|