summaryrefslogtreecommitdiffstats
path: root/src/libvpsc/CMakeLists.txt
blob: 4c3398b0f217c80be05c2d69276f93ff38a97454 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SET(libvpsc_SRC
block.cpp
blocks.cpp
constraint.cpp
csolve_VPSC.cpp
generate-constraints.cpp
remove_rectangle_overlap.cpp
solve_VPSC.cpp
variable.cpp
)
ADD_LIBRARY(vpsc STATIC ${libvpsc_SRC})
TARGET_LINK_LIBRARIES(vpsc
${INKSCAPE_LIBS})