summaryrefslogtreecommitdiffstats
path: root/src/libcola/CMakeLists.txt
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc.jeanmougin@telecom-paristech.fr>2018-04-29 14:25:32 +0000
committerMarc Jeanmougin <marc.jeanmougin@telecom-paristech.fr>2018-04-29 14:25:32 +0000
commitab5f8ff5869021958f4ae8b838c3d707a2e85eaa (patch)
tree4907675828a5401d013b7587538cc8541edd2764 /src/libcola/CMakeLists.txt
parentmoved libcroco, libuemf, libdepixelize to 3rdparty folder (diff)
downloadinkscape-ab5f8ff5869021958f4ae8b838c3d707a2e85eaa.tar.gz
inkscape-ab5f8ff5869021958f4ae8b838c3d707a2e85eaa.zip
Put adaptagrams into its own folder
Diffstat (limited to 'src/libcola/CMakeLists.txt')
-rw-r--r--src/libcola/CMakeLists.txt29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/libcola/CMakeLists.txt b/src/libcola/CMakeLists.txt
deleted file mode 100644
index 035b32dc2..000000000
--- a/src/libcola/CMakeLists.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-
-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}")