summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/adaptagrams/libcola/CMakeLists.txt
blob: 59bbacc82ef6ed784418ed8cdefaa86fc4af3b4b (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
30
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
)

include_directories("${CMAKE_CURRENT_SOURCE_DIR}/..")
add_inkscape_lib(cola_LIB "${libcola_SRC}")