mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-08-14 18:28:12 -04:00
a lot of changes and support languages
This commit is contained in:
parent
185a6e5382
commit
f55f92a88b
38 changed files with 1221 additions and 467 deletions
|
@ -36,13 +36,8 @@ console.c
|
|||
gen_stringtable.c
|
||||
advconfig.c
|
||||
temp_storage.cpp
|
||||
lang.c
|
||||
${CMAKE_BINARY_DIR}/default_font.cpp
|
||||
)
|
||||
|
||||
add_executable(skeldal ${files})
|
||||
target_link_libraries(skeldal
|
||||
skeldal_libs
|
||||
skeldal_platform
|
||||
skeldal_sdl
|
||||
skeldal_libs
|
||||
${SDL2_LIBRARIES} pthread)
|
||||
add_library(skeldal_main ${files})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue