summaryrefslogtreecommitdiffstats
path: root/plugins/pf
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pf')
-rw-r--r--plugins/pf/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/pf/CMakeLists.txt b/plugins/pf/CMakeLists.txt
index ef11f8f..6abfcdf 100644
--- a/plugins/pf/CMakeLists.txt
+++ b/plugins/pf/CMakeLists.txt
@@ -7,6 +7,9 @@ find_package(ClSerMe4)
if (PF_FOUND AND CLSERME4_FOUND AND FGLIB5_FOUND)
set(UCA_CAMERA_NAME "pco")
+ set(PLUGIN_VERSION "1.0.0")
+ set(PLUGIN_REVISION "0")
+ set(PLUGIN_REQUIRES "libuca >= 1.1.0")
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../package-plugin.sh.in
${CMAKE_CURRENT_BINARY_DIR}/../../package-plugin-${UCA_CAMERA_NAME}.sh)