set(POLYGON_SRCS
    math_for_graphics.cpp
    PolyLine.cpp)

add_library(polygon ${POLYGON_SRCS})
