mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
10 lines
150 B
CMake
10 lines
150 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}) |