summaryrefslogtreecommitdiffstats
path: root/src/extension
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2008-05-06 00:42:07 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2008-05-06 00:42:07 +0000
commit0b071f7deb5dbcc65bf97a3abb52314bbb7d6543 (patch)
tree7ff73901d9081271a2f37aa2b04c548159cc4041 /src/extension
parentBring testing files up-to-date in preparation to test new svg code. (diff)
downloadinkscape-0b071f7deb5dbcc65bf97a3abb52314bbb7d6543.tar.gz
inkscape-0b071f7deb5dbcc65bf97a3abb52314bbb7d6543.zip
Cmake: Fix some undefined function calls
(bzr r5611)
Diffstat (limited to 'src/extension')
-rw-r--r--src/extension/internal/filter/CMakeLists.txt31
-rw-r--r--src/extension/script/CMakeLists.txt1
2 files changed, 32 insertions, 0 deletions
diff --git a/src/extension/internal/filter/CMakeLists.txt b/src/extension/internal/filter/CMakeLists.txt
new file mode 100644
index 000000000..f619dd5c7
--- /dev/null
+++ b/src/extension/internal/filter/CMakeLists.txt
@@ -0,0 +1,31 @@
+SET(extension_internal_filter_SRC
+apparition.h
+bloom.h
+clouds.h
+crystal.h
+cutout.h
+drop-shadow.h
+etched-glass.h
+filter-all.cpp
+filter.cpp
+filter-file.cpp
+filter.h
+fire.h
+frost.h
+ink-bleed.h
+jelly-bean.h
+jigsaw-piece.h
+leopard-fur.h
+metal.h
+motion-blur.h
+oil-slick.h
+patterned-glass.h
+ridged-border.h
+ripple.h
+roughen.h
+rubber-stamp.h
+sepia.h
+snow.h
+speckle.h
+zebra.h
+)
diff --git a/src/extension/script/CMakeLists.txt b/src/extension/script/CMakeLists.txt
index 693948508..a09528bb5 100644
--- a/src/extension/script/CMakeLists.txt
+++ b/src/extension/script/CMakeLists.txt
@@ -1,3 +1,4 @@
SET(extension_script_SRC
InkscapeScript.cpp
+InkscapeScript.h
)