mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-05 22:20:30 -04:00
9 lines
238 B
CMake
9 lines
238 B
CMake
#add_subdirectory(tests)
|
|
|
|
add_library(skeldal_sdl
|
|
sdl_context.cpp
|
|
BGraph2.cpp
|
|
input.cpp
|
|
sound.cpp
|
|
sound_filter.cpp)
|
|
set_property(TARGET skeldal_sdl PROPERTY CXX_STANDARD 20)
|