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