aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Install library as libraryTill Maas2023-09-051-3/+1
| | | | | | Fedora needs libraries to be executable to extract debug information. Debian does not. The cmake TARGETS installation takes care of this, therefore use it.
* Clean up compilation flagsRobert Tari2022-02-171-1/+0
|
* src/{CMakeLists.txt,indicator.symbols}: Don't export private symbols. ↵Mike Gabriel2021-11-181-0/+1
| | | | | | Immitate symbol exports as previously done with libtool. Fixes https://github.com/AyatanaIndicators/libayatana-indicator/issues/59
* src/CMakeLists.txt: Use different include paths for GTK-2 and GTK-3 builds ↵Mike Gabriel2021-10-191-15/+15
| | | | (even if header files are indentical).
* Use CMAKE_INSTALL_FULL_*DIR locationsRobert Tari2021-06-081-10/+10
|
* {,**/}CMakeLists.txt: Support builds against GTK+-3.0 with IDO support disabled.Mike Gabriel2021-05-171-2/+2
| | | | Fixes https://github.com/AyatanaIndicators/libayatana-indicator/issues/37
* Bring back GTK+-2.0 and GTK+-3.0 build flavours.Mike Gabriel2021-05-121-15/+35
|
* Add CMakeLists.txt files + tests/test-loader.c: fix library paths + Fix ↵Robert Tari2021-05-121-0/+127
include paths tests/test-loader.c: fix library paths