mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
5 lines
90 B
CMake
5 lines
90 B
CMake
file(GLOB_RECURSE STORM_SOURCES "*.cpp")
|
|
|
|
add_library(storm STATIC
|
|
${STORM_SOURCES}
|
|
)
|