mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
ef60434f72
Added D2X implementation licensed under GPLv3 terms.
Cut from c030c4531a
17 lines
242 B
CMake
17 lines
242 B
CMake
set(CPPS
|
|
lnxdsound.cpp
|
|
mveasm.cpp
|
|
mvelibl.cpp
|
|
platform.cpp
|
|
|
|
# d2x implementation
|
|
decoder8.c
|
|
decoder16.c
|
|
mve_audio.c
|
|
mvelib.c
|
|
mveplay.c
|
|
)
|
|
|
|
add_library(libmve STATIC ${CPPS})
|
|
target_link_libraries(libmve PRIVATE SDL2::SDL2)
|