summaryrefslogtreecommitdiffstats
path: root/src/libcola/CMakeLists.txt
blob: 035b32dc2607a461b864fbbf984cc652544964dc (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(libcola_SRC
	box.cpp
    cluster.cpp
	cola.cpp
	convex_hull.cpp
	compound_constraints.cpp
	conjugate_gradient.cpp
	connected_components.cpp
	gradient_projection.cpp
	shapepair.cpp
	straightener.cpp


	# -------
	# Headers
	box.h
    cluster.h
	cola.h
	compound_constraints.h
	conjugate_gradient.h
	convex_hull.h
	gradient_projection.h
	shapepair.cpp
	shortest_paths.h
	straightener.h
)

add_inkscape_lib(cola_LIB "${libcola_SRC}")