diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2013-03-15 09:07:51 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2013-03-15 09:07:51 +0100 |
commit | 7c5017db105a74af7c622d3529ac9c2c203f99d7 (patch) | |
tree | f1ea4521ef95a743abb8564457823de56b463982 /plugins/ufo/CMakeLists.txt | |
parent | d4f1fc90188820a00a74a7e5fd04f6feffa7537e (diff) | |
download | libuca-7c5017db105a74af7c622d3529ac9c2c203f99d7.tar.gz libuca-7c5017db105a74af7c622d3529ac9c2c203f99d7.tar.bz2 libuca-7c5017db105a74af7c622d3529ac9c2c203f99d7.tar.xz libuca-7c5017db105a74af7c622d3529ac9c2c203f99d7.zip |
Build package flags inside package-plugin.sh.in
This will use the information provided by each plugin.
Diffstat (limited to 'plugins/ufo/CMakeLists.txt')
-rw-r--r-- | plugins/ufo/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/ufo/CMakeLists.txt b/plugins/ufo/CMakeLists.txt index c7fd21b..3162e12 100644 --- a/plugins/ufo/CMakeLists.txt +++ b/plugins/ufo/CMakeLists.txt @@ -5,6 +5,9 @@ find_package(IPE) if (IPE_FOUND) set(UCA_CAMERA_NAME "ufo") + 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) |