mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
00389c50ea
- tabs to spaces - use Unix line endings everywhere - newline at end of file - remove trailing white space - no space between keywords and opening parenthesis - use 2 spaces to indent
20 lines
252 B
CMake
20 lines
252 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})
|