squall/storm/CMakeLists.txt

6 lines
82 B
Text
Raw Normal View History

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