summaryrefslogtreecommitdiffstats
path: root/src/libvpsc/CMakeLists.txt
blob: aa693670c2cac19c82dfd3db3481c97f24556a2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
set(libvpsc_SRC
	block.cpp
	blocks.cpp
	constraint.cpp
	generate-constraints.cpp
	remove_rectangle_overlap.cpp
	solve_VPSC.cpp
	variable.cpp
	pairingheap/PairingHeap.cpp


	# -------
	# Headers
	block.h
	blocks.h
	constraint.h
	generate-constraints.h
	pairingheap/PairingHeap.h
	pairingheap/dsexceptions.h
	placement_SolveVPSC.h
	remove_rectangle_overlap.h
	solve_VPSC.h
	variable.h
)

add_inkscape_lib(vpsc_LIB "${libvpsc_SRC}")