mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-21 06:35:00 -04:00
import sdl, some tests, nothing work yet
This commit is contained in:
parent
a7278bac40
commit
378b5586ab
37 changed files with 721 additions and 167 deletions
6
platform/CMakeLists.txt
Normal file
6
platform/CMakeLists.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
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)
|
Loading…
Add table
Add a link
Reference in a new issue