summaryrefslogtreecommitdiffstats
path: root/plugins/ufo/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fix #71: remove pco, pf and ufo pluginsMatthias Vogelgesang2015-06-261-28/+0
|
* Camera plugins now require libuca >= 2.0 so update their versions tooMihael Koep2015-05-181-2/+2
| | | | | | Conflicts: plugins/dexela/CMakeLists.txt plugins/dexela/changelog.txt
* fix plugin revisionsMihael Koep2013-11-061-1/+1
|
* Include directory where config.h is locatedMatthias Vogelgesang2013-10-311-1/+2
|
* Use ConfigurePaths to get installation pathsMatthias Vogelgesang2013-10-291-1/+1
| | | | | | The advantage is twofold: 1) we have a clear separation between setting up the paths and actually using them, 2) the interface is very likely as configure scripts and makes integration into build system a bit easier.
* Cleanup CMakeLists.txtMatthias Vogelgesang2013-10-291-1/+1
|
* ufo: Read all rowsMatthias Vogelgesang2013-07-241-1/+1
|
* Release version 1.2Matthias Vogelgesang2013-04-161-1/+1
|
* Build package flags inside package-plugin.sh.inMatthias Vogelgesang2013-03-151-0/+3
| | | | This will use the information provided by each plugin.
* Define plugins as C projectsMatthias Vogelgesang2012-10-011-1/+1
| | | | | Otherwise CMake complains about non-existent C++ compilers, which are not needed here anyway.
* Fix #146: Make a new top-level directory for camsMatthias Vogelgesang2012-09-281-0/+24
... and build a package for each camera. Moreover, for some reason we can live without the CMake generated spec file for RPM generation. AFAICS, the RPMs are prefixed correctly.