aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add ENABLE_WERROR optionRobert Tari2021-08-091-0/+8
|
* Convert testing and coverage reporting to cmake-extras styleRobert Tari2021-06-111-22/+15
| | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-session/issues/34
* CMakeLists.txt: Add Ayatana standard bitsRobert Tari2021-06-101-3/+22
| | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-session/issues/38
* Fix CMake deprecation warningRobert Tari2021-06-071-2/+2
| | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-session/issues/37
* Move common parts over to libayatana-common and clean upMarius Gripsgard2021-05-251-7/+0
| | | | | | | | This moves some common functions over to libayatana-common, this also removes the direct need for any ayatana indicators to depend on url-dispatcher as this will be handeled by libayatana-common. This also cleans up a pretty messy code and removes many duplicates.
* CMakeLists.txt: Require libayatana-common (>= 0.9.2).Mike Gabriel2021-05-251-0/+1
|
* CMakeLists.txt: Check for path variation on where to find googletest source ↵Mike Gabriel2021-04-281-1/+6
| | | | files.
* CMakeLists.txt: Rename enable_tests to ENABLE_TESTS (disabled by default) ↵Mike Gabriel2021-04-281-5/+12
| | | | and enable_lcov to ENABLE_COVERAGE (disabled by default).
* Switch from URL Dispatcher to Lomiri URL Dispatcher.Mike Gabriel2021-02-021-2/+2
|
* release 0.8.20.8.2Mike Gabriel2021-01-281-1/+1
|
* release 0.8.10.8.1Mike Gabriel2020-09-101-1/+1
|
* release 0.8.00.8.0Mike Gabriel2020-08-171-1/+1
|
* CMakeLists.txt: Drop workaround for missing libexec dir on Debian. Debian ↵Mike Gabriel2020-07-241-4/+0
| | | | moved forward and now supports FHS 3.0 (since Debian Policy 4.1.5).
* release 0.4.40.4.4Mike Gabriel2019-11-271-1/+1
|
* release 0.4.30.4.3Mike Gabriel2018-08-211-1/+1
|
* Reintroduce optional url-dispatcher support.Mike Gabriel2018-03-251-0/+7
|
* release 0.4.20.4.2Mike Gabriel2018-02-281-1/+1
|
* release 0.4.10.4.1Mike Gabriel2017-10-241-1/+1
|
* CMakeLists.txt: Add quotes around GETTEXT_PACKAGE value.Mike Gabriel2017-07-211-1/+1
|
* release 0.4.00.4.0Mike Gabriel2017-05-301-1/+1
|
* Fork from Ubuntu's indicator-session project.Mike Gabriel2015-11-141-5/+4
|
* under unity8 start system-settings instead unity-control-centerSebastien Bacher2015-08-271-1/+2
|
* Work around dh_translations not understanding CMake variable substitutionCharles Kerr2013-10-011-1/+1
|
* in CMakeLists.txt, include the GCov rules before adding the src ↵Charles Kerr2013-08-121-7/+9
| | | | subdirectory. This unbreaks coverage report generation.
* in cmake files, limit scopes by moving single-target properties out of the ↵Charles Kerr2013-07-011-16/+14
| | | | global variables to single-target ones and moving single-use includes into the directories where they're used
* in cmake, remove the 'full_warnings' option because we always run with full ↵Charles Kerr2013-07-011-1/+0
| | | | warnings.
* in our cmake files, rename PROJECT_LIBEXECDIR as CMAKE_INSTALL_LIBEXECDIR ↵Charles Kerr2013-07-011-2/+3
| | | | and CMAKE_INSTALL_FULL_LIBEXECDIR for consistency with the other GNUInstallDirs
* in the cmake files, prefer the _FULL versions of the GNU variablesCharles Kerr2013-07-011-2/+2
|
* bump the glib prerequisite in CMakeLists.txt and debian/control to the first ↵Charles Kerr2013-07-011-2/+2
| | | | stable version number containing the features we need (2.36). It had been a beta (2.35.x) for historical reasons.
* remove localinstall modeCharles Kerr2013-06-281-1/+0
|
* cmake: cleanup, move DBUSSERVICEDIR's scope from global to the data/ dirCharles Kerr2013-06-201-12/+4
|
* install .schema.xml and indicator-session-service in the right places.Charles Kerr2013-06-201-1/+2
|
* cmake work: properly generate and install the .service file for dbus activationCharles Kerr2013-06-201-1/+17
|
* Add Translations.cmake for i18n filesCharles Kerr2013-03-231-0/+1
|
* use pete woods' hud cmake code for the build.sh script to check for Ninja ↵Charles Kerr2013-03-231-39/+27
| | | | and to move the gdbus-codegen macros into a resuable file in the cmake/ directory.
* add top-level cmake files to the repoCharles Kerr2013-03-221-0/+71