summaryrefslogtreecommitdiffstats
path: root/src/trace/CMakeLists.txt
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2019-05-27 17:32:53 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2019-08-21 15:16:54 +0000
commitba838aef213e2b99bdedc687429c12657c669df5 (patch)
treedff70699a3916f998c60f597329ca2bec755f45d /src/trace/CMakeLists.txt
parentImprove spellcheck dialog (diff)
downloadinkscape-ba838aef213e2b99bdedc687429c12657c669df5.tar.gz
inkscape-ba838aef213e2b99bdedc687429c12657c669df5.zip
new trace Dialog - initial implementation
Diffstat (limited to 'src/trace/CMakeLists.txt')
-rw-r--r--src/trace/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/trace/CMakeLists.txt b/src/trace/CMakeLists.txt
index 02bb6a05d..a680166bf 100644
--- a/src/trace/CMakeLists.txt
+++ b/src/trace/CMakeLists.txt
@@ -11,6 +11,7 @@ set(trace_SRC
potrace/inkscape-potrace.cpp
autotrace/inkscape-autotrace.cpp
+ depixelize/inkscape-depixelize.cpp
# -------
# Headers
@@ -25,6 +26,7 @@ set(trace_SRC
potrace/bitmap.h
potrace/inkscape-potrace.h
autotrace/inkscape-autotrace.h
+ depixelize/inkscape-depixelize.h
)
# add_inkscape_lib(trace_LIB "${trace_SRC}")