mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 00:49:08 +00:00
feat(error): rework error macros
This commit is contained in:
parent
7c72c25553
commit
05f8a7eebf
4 changed files with 130 additions and 84 deletions
|
|
@ -25,6 +25,10 @@ list(APPEND CMAKE_MODULE_PATH
|
|||
|
||||
include(system)
|
||||
|
||||
if(WHOA_ASSERTIONS_ENABLED)
|
||||
add_definitions(-DWHOA_ASSERTIONS_ENABLED)
|
||||
endif()
|
||||
|
||||
# Storm flavors
|
||||
if(WHOA_STORM_FLAVOR STREQUAL "SC1")
|
||||
message(STATUS "Building Storm with StarCraft flavoring")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue