summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2015-05-22 09:39:48 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2015-05-22 09:39:48 +0000
commit72b5c71727e8837c5994966a0dfcbe7937f928dd (patch)
treea17c93ab60ba278cebd4f32c9b7b379babf2c53c /src
parentUpdate to 2Geom revision 2396 (diff)
downloadinkscape-72b5c71727e8837c5994966a0dfcbe7937f928dd.tar.gz
inkscape-72b5c71727e8837c5994966a0dfcbe7937f928dd.zip
2Geom CMake adjustment
(bzr r14059.2.17)
Diffstat (limited to 'src')
-rw-r--r--src/2geom/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/2geom/CMakeLists.txt b/src/2geom/CMakeLists.txt
index d0c196f56..8a2884a2a 100644
--- a/src/2geom/CMakeLists.txt
+++ b/src/2geom/CMakeLists.txt
@@ -44,7 +44,7 @@ set(2geom_SRC
solve-bezier-parametric.cpp
svg-path-parser.cpp
svg-path-writer.cpp
- sweep.cpp
+ sweep-bounds.cpp
toposweep.cpp
transforms.cpp
utils.cpp
@@ -115,7 +115,8 @@ set(2geom_SRC
solver.h
svg-path-parser.h
svg-path-writer.h
- sweep.h
+ sweeper.h
+ sweep-bounds.h
toposweep.h
transforms.h
utils.h