summaryrefslogtreecommitdiffstats
path: root/src/libvpsc/CMakeLists.txt
blob: 23b6f84cd3efbdcdf60531f5488b9a096b0998ce (plain)
1
2
3
4
5
6
7
8
9
10
11
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})