2008-03-11 15:57:54 +00:00
|
|
|
set(POLYGON_SRCS
|
2008-01-30 09:42:19 +00:00
|
|
|
math_for_graphics.cpp
|
2008-10-11 19:27:43 +00:00
|
|
|
PolyLine.cpp
|
|
|
|
polygon_test_point_inside.cpp
|
|
|
|
)
|
2007-12-30 03:30:34 +00:00
|
|
|
|
2008-03-11 15:57:54 +00:00
|
|
|
add_library(polygon ${POLYGON_SRCS})
|