mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
c2b71b8147
lowercase function names, blocks indent
18 lines
261 B
CMake
18 lines
261 B
CMake
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}) |