Descent3/bitmap/CMakeLists.txt
2024-04-15 21:43:29 -06:00

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})