mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-15 04:38:21 +00:00
b274ea1b8f
Includes documentation of how to create acts, prefabs and scenes.
10 lines
219 B
CMake
10 lines
219 B
CMake
set(DGAME_DUTILITIES_SOURCES "BrickDatabase.cpp"
|
|
"CheatDetection.cpp"
|
|
"GUID.cpp"
|
|
"Loot.cpp"
|
|
"Mail.cpp"
|
|
"Preconditions.cpp"
|
|
"SlashCommandHandler.cpp"
|
|
"ServerPreconditions.cpp"
|
|
"VanityUtilities.cpp" PARENT_SCOPE)
|