mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-27 17:44:51 -04:00
new ini support proposal
This commit is contained in:
parent
ab4a08ada5
commit
2de58233c4
4 changed files with 318 additions and 2 deletions
|
@ -1,7 +1,14 @@
|
|||
SET(files error.cpp legacy_coroutines.cpp platform.cpp int2ascii.c istr.c file_access.cpp)
|
||||
SET(files error.cpp
|
||||
legacy_coroutines.cpp
|
||||
platform.cpp
|
||||
int2ascii.c
|
||||
istr.c
|
||||
file_access.cpp
|
||||
config.cpp
|
||||
)
|
||||
|
||||
add_library(skeldal_platform_libs ${files})
|
||||
set_property(TARGET skeldal_platform_libs PROPERTY CXX_STANDARD 20)
|
||||
|
||||
add_subdirectory(sdl)
|
||||
add_subdirectory(linux)
|
||||
add_subdirectory(linux)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue