This website requires JavaScript.
Explore
Help
Sign in
thunderbrewhq
/
squall
Watch
1
Star
0
Fork
You've already forked squall
0
mirror of
https://github.com/thunderbrewhq/squall.git
synced
2025-12-12 02:22:30 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
ca4e75e197
squall
/
storm
/
CMakeLists.txt
6 lines
90 B
Text
Raw
Normal View
History
Unescape
Escape
chore(build): recurse when building file list
2020-09-08 18:57:05 -05:00
file(GLOB_RECURSE STORM_SOURCES "*.cpp")
feat(memory): add SMemAlloc, SMemFree, and SMemReAlloc
2020-09-07 17:00:14 -05:00
add_library(storm STATIC
${STORM_SOURCES}
)
Reference in a new issue
Copy permalink