mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-04 21:50:38 -04:00
8 lines
209 B
CMake
8 lines
209 B
CMake
#add_subdirectory(tests)
|
|
|
|
add_library(skeldal_sdl
|
|
sdl_context.cpp
|
|
BGraph2.cpp
|
|
input.cpp
|
|
sound.cpp)
|
|
set_property(TARGET skeldal_sdl PROPERTY CXX_STANDARD 20)
|