squall/storm/CMakeLists.txt

5 lines
82 B
CMake

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