summaryrefslogtreecommitdiffstats
path: root/src/trace
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2015-06-08 19:01:23 +0000
committerbryce <bryce@ubuntu.com>2015-06-08 19:01:23 +0000
commit26236dee0e90bb23678a6b1ec52138c7f6dde32b (patch)
tree6b10e6d5ca7392dccdf007531ea5414bb6a79b3f /src/trace
parentcmake: Ignore test harness and old build system files in consistency checks (diff)
downloadinkscape-26236dee0e90bb23678a6b1ec52138c7f6dde32b.tar.gz
inkscape-26236dee0e90bb23678a6b1ec52138c7f6dde32b.zip
cmake: Add some missing header files to CMakeLists.txt
These were found by running cmake_consistency_check.py (bzr r14198)
Diffstat (limited to 'src/trace')
-rw-r--r--src/trace/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trace/CMakeLists.txt b/src/trace/CMakeLists.txt
index 958907df6..bf7cfa276 100644
--- a/src/trace/CMakeLists.txt
+++ b/src/trace/CMakeLists.txt
@@ -28,6 +28,7 @@ set(trace_SRC
potrace/auxiliary.h
potrace/bitmap.h
+ potrace/bitops.h
potrace/curve.h
potrace/decompose.h
potrace/greymap.h