diff options
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 |
