diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2014-04-04 22:24:46 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2014-04-04 22:24:46 +0000 |
| commit | 40c62107849b6eb5e66dd0b1f7fe2a7d29cc83a6 (patch) | |
| tree | 71565168766fbe9883dcb0160eb0d760e3c6e03e /src | |
| parent | fix crash. If there are more crashes/issues related to references to undefine... (diff) | |
| download | inkscape-40c62107849b6eb5e66dd0b1f7fe2a7d29cc83a6.tar.gz inkscape-40c62107849b6eb5e66dd0b1f7fe2a7d29cc83a6.zip | |
fix cmake build errors for changes in 2geom
Fixed bugs:
- https://launchpad.net/bugs/1283174
(bzr r13267)
Diffstat (limited to 'src')
| -rw-r--r-- | src/2geom/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/util/CMakeLists.txt | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/src/2geom/CMakeLists.txt b/src/2geom/CMakeLists.txt index b1c30f678..3d516dc18 100644 --- a/src/2geom/CMakeLists.txt +++ b/src/2geom/CMakeLists.txt @@ -21,6 +21,7 @@ set(2geom_SRC nearest-point.cpp numeric/matrix.cpp path-intersection.cpp + path-sink.cpp path.cpp pathvector.cpp piecewise.cpp @@ -43,7 +44,6 @@ set(2geom_SRC solve-bezier-parametric.cpp svg-elliptical-arc.cpp svg-path-parser.cpp - svg-path.cpp sweep.cpp toposweep.cpp transforms.cpp diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e1e0afa79..8408d6270 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -485,7 +485,6 @@ list(APPEND inkscape_SRC add_subdirectory(debug) add_subdirectory(dialogs) add_subdirectory(display) -add_subdirectory(dom) add_subdirectory(extension) add_subdirectory(filters) add_subdirectory(helper) @@ -539,7 +538,6 @@ target_link_libraries(inkscape #sp_LIB # annoying, we need both! nrtype_LIB # annoying, we need both! - dom_LIB croco_LIB avoid_LIB gdl_LIB diff --git a/src/util/CMakeLists.txt b/src/util/CMakeLists.txt index cfccfa94d..924cab355 100644 --- a/src/util/CMakeLists.txt +++ b/src/util/CMakeLists.txt @@ -5,6 +5,7 @@ set(util_SRC expression-evaluator.cpp share.cpp units.cpp + ziptool.cpp # ------- |
