summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-10-22 12:13:31 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-10-22 12:13:31 +0200
commit25531fc189a9ed8eed2a9d7c5db9578e8120b39d (patch)
treeb8183b987c5438ca50669d2f81cbb150365f9381 /plugins
parent9852aab770427d08b7d8af684aa6bc65c4be5870 (diff)
downloaduca-25531fc189a9ed8eed2a9d7c5db9578e8120b39d.tar.gz
uca-25531fc189a9ed8eed2a9d7c5db9578e8120b39d.tar.bz2
uca-25531fc189a9ed8eed2a9d7c5db9578e8120b39d.tar.xz
uca-25531fc189a9ed8eed2a9d7c5db9578e8120b39d.zip
Add plugin summaries for pco and mock
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mock/CMakeLists.txt1
-rw-r--r--plugins/pco/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/plugins/mock/CMakeLists.txt b/plugins/mock/CMakeLists.txt
index 794a14e..526fbf0 100644
--- a/plugins/mock/CMakeLists.txt
+++ b/plugins/mock/CMakeLists.txt
@@ -5,6 +5,7 @@ set(UCA_CAMERA_NAME "mock")
set(PLUGIN_VERSION "1.0.0")
set(PLUGIN_REVISION "0")
set(PLUGIN_REQUIRES "libuca >= 1.2.0")
+set(PLUGIN_SUMMARY "Mock plugin for libuca")
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../package-plugin.sh.in
${CMAKE_CURRENT_BINARY_DIR}/../../package-plugin-${UCA_CAMERA_NAME}.sh)
diff --git a/plugins/pco/CMakeLists.txt b/plugins/pco/CMakeLists.txt
index 9cc4f26..649e435 100644
--- a/plugins/pco/CMakeLists.txt
+++ b/plugins/pco/CMakeLists.txt
@@ -10,6 +10,7 @@ if (PCO_FOUND AND CLSERME4_FOUND AND FGLIB5_FOUND)
set(PLUGIN_VERSION "1.1.0")
set(PLUGIN_REVISION "0")
set(PLUGIN_REQUIRES "libuca >= 1.1.0")
+ set(PLUGIN_SUMMARY "libpco plugin for libuca")
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../package-plugin.sh.in
${CMAKE_CURRENT_BINARY_DIR}/../../package-plugin-${UCA_CAMERA_NAME}.sh)