kicad/polygon/CMakeLists.txt

8 lines
138 B
CMake
Raw Normal View History

2008-03-11 15:57:54 +00:00
set(POLYGON_SRCS
math_for_graphics.cpp
PolyLine.cpp
polygon_test_point_inside.cpp
)
2008-03-11 15:57:54 +00:00
add_library(polygon ${POLYGON_SRCS})