chore(build): recurse when building file list

This commit is contained in:
fallenoak 2020-09-08 18:57:05 -05:00
parent 34980502b3
commit ca4e75e197
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D

View file

@ -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}