mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-23 03:58:59 +00:00
c2b71b8147
lowercase function names, blocks indent
10 lines
148 B
CMake
10 lines
148 B
CMake
set(HEADERS iff.h)
|
|
set(CPPS
|
|
bitmain.cpp
|
|
bumpmap.cpp
|
|
iff.cpp
|
|
lightmap.cpp
|
|
pcx.cpp
|
|
tga.cpp)
|
|
|
|
add_library(bitmap STATIC ${HEADERS} ${CPPS}) |