mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-16 03:06:45 -04:00
libs compiles
This commit is contained in:
parent
1b0f7fe0c2
commit
a7278bac40
121 changed files with 1528 additions and 1731 deletions
20
libs/CMakeLists.txt
Normal file
20
libs/CMakeLists.txt
Normal file
|
@ -0,0 +1,20 @@
|
|||
SET(files basicobj.c
|
||||
bgraph2.c
|
||||
bgraph2a.c
|
||||
bmouse.c
|
||||
devices.c
|
||||
event.c
|
||||
gui.c
|
||||
inicfg.c
|
||||
memman.c
|
||||
mgifmapmem.c
|
||||
mgifmem.c
|
||||
mgifplaya.c
|
||||
pcx.c
|
||||
strlite.c
|
||||
wav_mem.c
|
||||
strlists.c
|
||||
swaper.c )
|
||||
|
||||
add_library(skeldal_libs ${files})
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue