summaryrefslogtreecommitdiff
path: root/tools/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fix linking against libs in non-standard pathsFlorian Märkl3 days1-1/+1
| | | | | | | pkg_check_modules does not include absolute paths to the libraries in <prefix>_LIBRARIES, causing linker errors if they are not located in a standard path. <prefix>_LINK_LIBRARIES is the equivalent that does contain absolute paths.
* Clean up compilation flagsRobert Tari2022-02-171-1/+0
|
* Use CMAKE_INSTALL_FULL_*DIR locationsRobert Tari2021-06-081-2/+2
|
* {,**/}CMakeLists.txt: Support builds against GTK+-3.0 with IDO support disabled.Mike Gabriel2021-05-171-1/+1
| | | | Fixes https://github.com/AyatanaIndicators/libayatana-indicator/issues/37
* Bring back GTK+-2.0 and GTK+-3.0 build flavours.Mike Gabriel2021-05-121-7/+12
|
* Add CMakeLists.txt files + tests/test-loader.c: fix library paths + Fix ↵Robert Tari2021-05-121-0/+8
include paths tests/test-loader.c: fix library paths