mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-10 00:20:27 -04:00
8 lines
208 B
CMake
8 lines
208 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)
|