mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
chore(build): recurse when building file list
This commit is contained in:
parent
34980502b3
commit
ca4e75e197
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
file(GLOB STORM_SOURCES "*.cpp")
|
file(GLOB_RECURSE STORM_SOURCES "*.cpp")
|
||||||
|
|
||||||
add_library(storm STATIC
|
add_library(storm STATIC
|
||||||
${STORM_SOURCES}
|
${STORM_SOURCES}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue