mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
10 lines
245 B
CMake
10 lines
245 B
CMake
SET (HEADERS dyna_pthread.h dyna_xext.h dyna_xwin.h lnxdsound.h mvegfx.h mvelibi.h mvelibl.h snd8to16.h )
|
|
SET (CPPS
|
|
lnxdraw.cpp
|
|
lnxdsound.cpp
|
|
mveasm.cpp
|
|
mvelibl.cpp)
|
|
|
|
# asmstub.c
|
|
|
|
ADD_LIBRARY(lnxmvelib STATIC ${HEADERS} ${CPPS}) |