mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-24 22:47:25 +00:00
005a12424e
- Each library and binary got their own CMakeLists.txt - Indentation was fixed everywhere - Weird if statement flows replaced
9 lines
181 B
CMake
9 lines
181 B
CMake
# Source Code for dZoneManager
|
|
file(
|
|
GLOB SOURCES_DZM
|
|
LIST_DIRECTORIES false
|
|
RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}"
|
|
*.cpp
|
|
)
|
|
|
|
add_library(dZoneManager ${SOURCES_DZM}) |