summaryrefslogtreecommitdiffstats
path: root/plugins/pco
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/pco
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/pco')
-rw-r--r--plugins/pco/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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)