summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Remove mentions of dbus-tqt as it is not actually usedAlexander Golubev2025-07-291-3/+0
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Drop automake build support.gregory guy2021-03-021-22/+17
| | | | | | | | | | | Add basic cmake build instructions. Delete empty file NEWS. Rework of the README and the English help page files. Update some cmake files with latest macros. libXv and libXext are handled by cmake intern modules through X11 variables. Few cosmetics. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Fixed detection of library at runtime.Michele Calgaro2020-06-291-0/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add library paths to link_directories and supply correct Xtest check/variablesaneejit12020-06-261-3/+19
| | | | | | This resolves bug 3130 Signed-off-by: aneejit1 <aneejit1@gmail.com>
* Fixed FTBFS due to missing linked libraries.Michele Calgaro2020-06-151-0/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Conversion to the cmake building system.gregory guy2020-04-061-0/+241
A man page taken fron the Debian packaging system has been added. Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>