feat(error): rework error macros

This commit is contained in:
fallenoak 2025-09-08 22:03:24 -05:00
parent 7c72c25553
commit 05f8a7eebf
4 changed files with 130 additions and 84 deletions

View file

@ -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")