mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
13 lines
181 B
CMake
13 lines
181 B
CMake
SET (HEADERS lib2d.h)
|
|
SET (CPPS
|
|
font.cpp
|
|
hardsurf.cpp
|
|
memsurf.cpp
|
|
pen.cpp
|
|
pentext.cpp
|
|
screen.cpp
|
|
surface.cpp
|
|
viewport.cpp)
|
|
|
|
ADD_LIBRARY(2dlib STATIC ${HEADERS} ${CPPS})
|
|
|