mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 18:42:28 +00:00
feat(storm): reorganized error library, assertions are now more detailed across different platforms; added new macros STORM_VALIDATE_STRING and STORM_PANIC
This commit is contained in:
parent
d149081f4e
commit
4f32840fdf
13 changed files with 164 additions and 103 deletions
|
|
@ -25,6 +25,7 @@ if(WHOA_SYSTEM_MAC)
|
|||
file(GLOB STORM_MAC_SOURCES
|
||||
"mac/*.cpp"
|
||||
"mac/*.mm"
|
||||
"error/unix/*.cpp"
|
||||
"thread/mac/*.cpp"
|
||||
"thread/mac/*.mm"
|
||||
)
|
||||
|
|
@ -34,6 +35,7 @@ endif()
|
|||
if(WHOA_SYSTEM_LINUX)
|
||||
file(GLOB STORM_LINUX_SOURCES
|
||||
"linux/*.cpp"
|
||||
"error/unix/*.cpp"
|
||||
"thread/linux/*.cpp"
|
||||
)
|
||||
list(APPEND STORM_SOURCES ${STORM_LINUX_SOURCES})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue