aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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