summaryrefslogtreecommitdiffstats
path: root/src/libvpsc/CMakeLists.txt
blob: 4099900b55b6c5fd25ebc5934a13adfbd90b1da8 (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
28
29
set(libvpsc_SRC
	block.cpp
	blocks.cpp
	constraint.cpp
	csolve_VPSC.cpp
	generate-constraints.cpp
	remove_rectangle_overlap.cpp
	solve_VPSC.cpp
	variable.cpp
	pairingheap/PairingHeap.cpp


	# -------
	# Headers
	block.h
	blocks.h
	constraint.h
	csolve_VPSC.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}")