mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Macro's performing project wide, and common operations. Crafted for r5sdk, but it is still partially incomplete.
8 lines
320 B
CMake
8 lines
320 B
CMake
|
|
# -----------------------------------------------------------------------------
|
|
# Set global configuration types
|
|
# -----------------------------------------------------------------------------
|
|
macro( setup_build_configurations )
|
|
set( CMAKE_CONFIGURATION_TYPES "Debug;Profile;Release" CACHE STRING "" FORCE )
|
|
endmacro()
|