Add cairo interface.
This commit is contained in:
parent
a03eb9599f
commit
9bcc0ae88e
63 changed files with 1247 additions and 450 deletions
|
@ -1,6 +1,8 @@
|
|||
list(APPEND geometry_LIB_INCLUDES
|
||||
DiscretePoint.cpp
|
||||
Point.cpp)
|
||||
Point.cpp
|
||||
Rectangle.cpp)
|
||||
|
||||
|
||||
# add the library
|
||||
add_library(geometry SHARED ${geometry_LIB_INCLUDES})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue