mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-23 12:08:56 +00:00
7 lines
124 B
CMake
7 lines
124 B
CMake
SET (HEADERS grtextlib.h )
|
|
SET (CPPS
|
|
grfont.cpp
|
|
grtext.cpp
|
|
textaux.cpp)
|
|
|
|
ADD_LIBRARY(grtext STATIC ${HEADERS} ${CPPS}) |