Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: Install library as library | Till Maas | 2023-09-05 | 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. | ||||
* | Clean up compilation flags | Robert Tari | 2022-02-17 | 1 | -1/+0 |
| | |||||
* | src/{CMakeLists.txt,indicator.symbols}: Don't export private symbols. ↵ | Mike Gabriel | 2021-11-18 | 1 | -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 Gabriel | 2021-10-19 | 1 | -15/+15 |
| | | | | (even if header files are indentical). | ||||
* | Use CMAKE_INSTALL_FULL_*DIR locations | Robert Tari | 2021-06-08 | 1 | -10/+10 |
| | |||||
* | {,**/}CMakeLists.txt: Support builds against GTK+-3.0 with IDO support disabled. | Mike Gabriel | 2021-05-17 | 1 | -2/+2 |
| | | | | Fixes https://github.com/AyatanaIndicators/libayatana-indicator/issues/37 | ||||
* | Bring back GTK+-2.0 and GTK+-3.0 build flavours. | Mike Gabriel | 2021-05-12 | 1 | -15/+35 |
| | |||||
* | Add CMakeLists.txt files + tests/test-loader.c: fix library paths + Fix ↵ | Robert Tari | 2021-05-12 | 1 | -0/+127 |
include paths tests/test-loader.c: fix library paths |