diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-03-29 22:27:02 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-03-29 22:27:02 +0000 |
| commit | 2c71237b41e0bcc431b74c1b93e2692d4b344c7a (patch) | |
| tree | 2450b4a80c7333f8435115936ed38b0be82edfdf /src/live_effects/parameter | |
| parent | Fix passing wrong pointer type when using the tweak tool on 3D boxes (diff) | |
| download | inkscape-2c71237b41e0bcc431b74c1b93e2692d4b344c7a.tar.gz inkscape-2c71237b41e0bcc431b74c1b93e2692d4b344c7a.zip | |
add CMakeLists.txt files for live_effects
(bzr r5233)
Diffstat (limited to 'src/live_effects/parameter')
| -rw-r--r-- | src/live_effects/parameter/CMakeLists.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/live_effects/parameter/CMakeLists.txt b/src/live_effects/parameter/CMakeLists.txt new file mode 100644 index 000000000..5bf0212e8 --- /dev/null +++ b/src/live_effects/parameter/CMakeLists.txt @@ -0,0 +1,21 @@ +SET(live_effects_parameter_SRC
+bool.cpp
+bool.h
+enum.h
+makefile.in
+Makefile_insert
+out.txt
+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
+todo.txt
+)
\ No newline at end of file |
