summaryrefslogtreecommitdiffstats
path: root/src/libcola/CMakeLists.txt
blob: c89ffc692af71175358d5e4fc11444b19cd6ab1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
set(libcola_SRC
	cola.cpp
	conjugate_gradient.cpp
	connected_components.cpp
	# cycle_detector.cpp
	gradient_projection.cpp
	shortest_paths.cpp
	straightener.cpp


	# -------
	# Headers
	cola.h
	conjugate_gradient.h
	# cycle_detector.h
	defs.h
	gradient_projection.h
	shortest_paths.h
	straightener.h
)

add_inkscape_lib(cola_LIB "${libcola_SRC}")