diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-03-30 17:37:42 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-03-30 17:37:42 +0000 |
| commit | 19b71a7db4df421465c6c0ccf79cfbf7a4f7b905 (patch) | |
| tree | e79badef132177e26e358760710fce3c5ced335e /src | |
| parent | add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. min... (diff) | |
| download | inkscape-19b71a7db4df421465c6c0ccf79cfbf7a4f7b905.tar.gz inkscape-19b71a7db4df421465c6c0ccf79cfbf7a4f7b905.zip | |
aadd CMakeLists.txt file for pedro. needs extra work, don't yet know how to "if defined" include files
(bzr r5242)
Diffstat (limited to 'src')
| -rw-r--r-- | src/pedro/CMakeLists.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/pedro/CMakeLists.txt b/src/pedro/CMakeLists.txt new file mode 100644 index 000000000..ae7296f30 --- /dev/null +++ b/src/pedro/CMakeLists.txt @@ -0,0 +1,16 @@ +SET(pedro_SRC
+#empty.cpp
+#geckoembed.cpp
+#geckoembed.h
+pedroconfig.cpp
+pedroconfig.h
+pedrodom.cpp
+pedrodom.h
+#pedrogui.cpp
+#pedrogui.h
+#pedromain.cpp
+pedroutil.cpp
+pedroutil.h
+pedroxmpp.cpp
+pedroxmpp.h
+)
\ No newline at end of file |
