Descent3/bitmap/CMakeLists.txt

10 lines
148 B
CMake
Raw Normal View History

set(HEADERS iff.h)
set(CPPS
2024-04-16 03:43:29 +00:00
bitmain.cpp
bumpmap.cpp
iff.cpp
lightmap.cpp
pcx.cpp
tga.cpp)
add_library(bitmap STATIC ${HEADERS} ${CPPS})