summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/CMakeLists.txt
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-09-02 23:21:31 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-09-02 23:21:31 +0000
commit1bba63e9fcbdb1d617890c699c29201aebd3c7cd (patch)
tree4635792c87b6ef7bf9360a76169101bd1f4312b4 /src/live_effects/parameter/CMakeLists.txt
parentadd method to write single paths to svg (diff)
downloadinkscape-1bba63e9fcbdb1d617890c699c29201aebd3c7cd.tar.gz
inkscape-1bba63e9fcbdb1d617890c699c29201aebd3c7cd.zip
add lpe param: VectorParam<float> and VectorParam<double>
(bzr r6757)
Diffstat (limited to 'src/live_effects/parameter/CMakeLists.txt')
-rw-r--r--src/live_effects/parameter/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/live_effects/parameter/CMakeLists.txt b/src/live_effects/parameter/CMakeLists.txt
index 9d00856b8..d7775f44d 100644
--- a/src/live_effects/parameter/CMakeLists.txt
+++ b/src/live_effects/parameter/CMakeLists.txt
@@ -6,4 +6,7 @@ path-reference.cpp
point.cpp
pointparam-knotholder.cpp
random.cpp
+text.cpp
+unit.cpp
+vector.cpp
)