mirror of
https://github.com/KranX/Vangers.git
synced 2025-11-30 23:15:27 +07:00
7 lines
84 B
CMake
7 lines
84 B
CMake
SET(xgraph_SRCS
|
|
xfont.cpp
|
|
xgraph.cpp
|
|
)
|
|
|
|
ADD_LIBRARY(xgraph STATIC ${xgraph_SRCS})
|