From f53151e0184975e4331f5e981f57e32148379d74 Mon Sep 17 00:00:00 2001 From: "Joshua L. Blocher" Date: Tue, 24 Jun 2008 06:32:23 +0000 Subject: Cmake: remove header files from source lists (bzr r6046) --- src/live_effects/CMakeLists.txt | 26 -------------------------- src/live_effects/parameter/CMakeLists.txt | 10 ---------- 2 files changed, 36 deletions(-) (limited to 'src/live_effects') diff --git a/src/live_effects/CMakeLists.txt b/src/live_effects/CMakeLists.txt index 8e8bfb7c6..38b652106 100644 --- a/src/live_effects/CMakeLists.txt +++ b/src/live_effects/CMakeLists.txt @@ -1,52 +1,26 @@ SET(live_effects_SRC bezctx.cpp -bezctx.h -bezctx_intf.h effect.cpp -effect.h lpe-bendpath.cpp -lpe-bendpath.h lpe-circle_with_radius.cpp -lpe-circle_with_radius.h lpe-constructgrid.cpp -lpe-constructgrid.h lpe-curvestitch.cpp -lpe-curvestitch.h lpe-envelope.cpp lpe-gears.cpp -lpe-gears.h lpegroupbbox.cpp -lpegroupbbox.h lpe-knot.cpp -lpe-knot.h -lpe-lattice.h lpe-lattice.cpp lpe-mirror_reflect.cpp -lpe-mirror_reflect.h lpeobject.cpp -lpeobject.h lpeobject-reference.cpp -lpeobject-reference.h lpe-patternalongpath.cpp -lpe-patternalongpath.h lpe-perp_bisector.cpp -lpe-perp_bisector.h lpe-perspective_path.cpp -lpe-perspective_path.h lpe-skeleton.cpp -lpe-skeleton.h lpe-sketch.cpp -lpe-sketch.h lpe-spiro.cpp -lpe-spiro.h lpe-tangent_to_curve.cpp -lpe-tangent_to_curve.h lpe-test-doEffect-stack.cpp -lpe-test-doEffect-stack.h lpe-vonkoch.cpp -lpe-vonkoch.h spiro.cpp -spiro.h ) - - diff --git a/src/live_effects/parameter/CMakeLists.txt b/src/live_effects/parameter/CMakeLists.txt index 4c429e586..9d00856b8 100644 --- a/src/live_effects/parameter/CMakeLists.txt +++ b/src/live_effects/parameter/CMakeLists.txt @@ -1,19 +1,9 @@ SET(live_effects_parameter_SRC bool.cpp -bool.h -enum.h -makefile.in -Makefile_insert parameter.cpp -parameter.h path.cpp -path.h path-reference.cpp -path-reference.h point.cpp -point.h pointparam-knotholder.cpp -pointparam-knotholder.h random.cpp -random.h ) -- cgit v1.2.3