Descent3/dd_sndlib/CMakeLists.txt

18 lines
263 B
CMake
Raw Normal View History

2024-04-16 03:43:29 +00:00
SET (HEADERS
auddev.h
ds3dlib_internal.h
eax.h
eax2.h
ia3dapi.h
Ia3dutil.h
vmanpset.h)
SET (CPPS
aureal3d.cpp
ddsoundload.cpp
Ds3dlib.cpp
dsound3d.cpp
eax.cpp
geometry.cpp
ssl_lib.cpp)
ADD_LIBRARY(dd_sndlib STATIC ${HEADERS} ${CPPS})