aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Install library as libraryTill Maas2023-09-061-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.
* Limit exported symbolsRobert Tari2023-08-101-0/+1
| | | | fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/40
* Clean up compilation flagsRobert Tari2022-02-111-1/+0
|
* src/CMakeLists.txt: GObjectIntrospection is not optional, so mark it as ↵Mike Gabriel2021-10-231-1/+1
| | | | | | REQUIRED (only). Fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/28
* Re-introduce (CMake based) build support against GTK+ 2.0.Mike Gabriel2021-10-231-33/+42
|
* Add CMakeLists.txt files + cmake/ helpersRobert Tari2021-06-091-0/+166