From: johanengelen Date: Mon, 14 Apr 2008 13:43:31 +0000 (+0000) Subject: cmake: move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.* X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=415d431be15a9e5786d88ddceed6c556fbb52092;p=inkscape.git cmake: move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.* --- diff --git a/src/libnr/CMakeLists.txt b/src/libnr/CMakeLists.txt index 9936fa02c..e1ec8bb69 100644 --- a/src/libnr/CMakeLists.txt +++ b/src/libnr/CMakeLists.txt @@ -3,6 +3,8 @@ in-svg-plane.h #in-svg-plane-test.cpp #in-svg-plane-test.h n-art-bpath.h +n-art-bpath-2geom.cpp +n-art-bpath-2geom.h nr-blit.cpp nr-blit.h nr-compose.cpp diff --git a/src/live_effects/CMakeLists.txt b/src/live_effects/CMakeLists.txt index f7a3f7798..a8d4c1579 100644 --- a/src/live_effects/CMakeLists.txt +++ b/src/live_effects/CMakeLists.txt @@ -27,7 +27,5 @@ lpe-test-doEffect-stack.cpp lpe-test-doEffect-stack.h lpe-vonkoch.cpp lpe-vonkoch.h -n-art-bpath-2geom.cpp -n-art-bpath-2geom.h )