squall/storm/CMakeLists.txt

6 lines
90 B
Text
Raw Normal View History

file(GLOB_RECURSE STORM_SOURCES "*.cpp")
add_library(storm STATIC
${STORM_SOURCES}
)