summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.9.5HEAD0.9.5mainMike Gabriel12 hours1-1/+1
| | | | | | | | | | | | - Remove unnecessary gio/gdesktopappinfo.h include. - Fix linking against libs in non-standard paths. - Fix broken homepage link in README. - tests: Avoid more GDBusConnection leaks. - src/indicator-ng.c: Fix GtkCssProvider memory leak in indicator_ng_set_label. - Use /bin/sh instead of /bin/bash for tests. - Fix build on macOS. - Add missing -L argument to pkg-config .pc files.
* release 0.9.40.9.4release-buildsMike Gabriel2023-10-131-1/+1
|
* release 0.9.30.9.3Mike Gabriel2022-10-261-1/+1
|
* release 0.9.20.9.2Mike Gabriel2022-09-151-1/+1
|
* release 0.9.10.9.1Mike Gabriel2022-02-171-1/+1
|
* Clean up compilation flagsRobert Tari2022-02-171-18/+11
|
* release 0.9.00.9.0Mike Gabriel2021-11-171-1/+1
|
* CMakeLists.txt: Don't build GTK2 flavour against GTK3.Mike Gabriel2021-10-221-1/+12
|
* Add ENABLE_WERROR optionRobert Tari2021-08-091-0/+9
|
* Add option to disable Loader build/installationRobert Tari2021-06-101-2/+8
|
* CMakeLists.txt: Report more build parameters to stdout when CMake configures ↵Mike Gabriel2021-05-171-0/+3
| | | | the build.
* {,**/}CMakeLists.txt: Support builds against GTK+-3.0 with IDO support disabled.Mike Gabriel2021-05-171-14/+13
| | | | Fixes https://github.com/AyatanaIndicators/libayatana-indicator/issues/37
* CMakeLists.txt: Fix coverage report. We need to reference the test ↵Mike Gabriel2021-05-171-1/+24
| | | | executables here, not the test wrappers.
* CMakeLists.txt: Always builds indicator3 loader tool (not just when ↵Mike Gabriel2021-05-121-1/+1
| | | | ENABLE_TESTS is set).
* Bring back GTK+-2.0 and GTK+-3.0 build flavours.Mike Gabriel2021-05-121-1/+34
|
* Add CMakeLists.txt files + tests/test-loader.c: fix library paths + Fix ↵Robert Tari2021-05-121-0/+70
include paths tests/test-loader.c: fix library paths