kicad/polygon/CMakeLists.txt

6 lines
99 B
CMake

set(POLYGON_SRCS
math_for_graphics.cpp
PolyLine.cpp)
add_library(polygon ${POLYGON_SRCS})