mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-22 07:37:28 -04:00
2325e8b3d6
Fixes the "Expected ')' before 'Debug'" error during compile for XCode users.
3 lines
128 B
CMake
3 lines
128 B
CMake
# Set build-directive (used in core to tell which buildtype we used)
|
|
add_definitions(-D_BUILD_DIRECTIVE=\\"$(CONFIGURATION)\\")
|