mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
feat(memory): add SMemAlloc, SMemFree, and SMemReAlloc
This commit is contained in:
parent
e128bd2554
commit
ec1c5c8844
3 changed files with 86 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
file(GLOB STORM_SOURCES "*.cpp")
|
||||
|
||||
add_library(storm STATIC
|
||||
${STORM_SOURCES}
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue