mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-18 20:26:45 -04:00
6 lines
No EOL
179 B
CMake
6 lines
No EOL
179 B
CMake
SET(files error.cpp legacy_coroutines.cpp)
|
|
|
|
add_library(skeldal_platform_libs ${files})
|
|
set_property(TARGET skeldal_platform_libs PROPERTY CXX_STANDARD 20)
|
|
|
|
add_subdirectory(sdl) |