Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: Install library as library | Till Maas | 2023-09-06 | 1 | -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 symbols | Robert Tari | 2023-08-10 | 1 | -0/+1 |
| | | | | fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/40 | ||||
* | Clean up compilation flags | Robert Tari | 2022-02-11 | 1 | -1/+0 |
| | |||||
* | src/CMakeLists.txt: GObjectIntrospection is not optional, so mark it as ↵ | Mike Gabriel | 2021-10-23 | 1 | -1/+1 |
| | | | | | | REQUIRED (only). Fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/28 | ||||
* | Re-introduce (CMake based) build support against GTK+ 2.0. | Mike Gabriel | 2021-10-23 | 1 | -33/+42 |
| | |||||
* | Add CMakeLists.txt files + cmake/ helpers | Robert Tari | 2021-06-09 | 1 | -0/+166 |