mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-21 14:44:57 -04:00
import ADV settings, platform files
This commit is contained in:
parent
9b86bed2d8
commit
ccebc91f0d
17 changed files with 244 additions and 14 deletions
|
@ -32,6 +32,7 @@ setup.c
|
|||
chargen.c
|
||||
sndandmus.c
|
||||
specproc.c
|
||||
advconfig.c
|
||||
temp_storage.cpp
|
||||
${CMAKE_BINARY_DIR}/default_font.cpp
|
||||
)
|
||||
|
@ -39,7 +40,6 @@ ${CMAKE_BINARY_DIR}/default_font.cpp
|
|||
add_executable(skeldal ${files})
|
||||
target_link_libraries(skeldal
|
||||
skeldal_libs
|
||||
skeldal_platform_libs
|
||||
skeldal_linux
|
||||
skeldal_platform
|
||||
skeldal_sdl
|
||||
${SDL2_LIBRARIES} pthread)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue