summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'msys2-fixes' into 'master'Simon McVittie2019-03-151-1/+0
|\ | | | | | | | | | | | | cmake: Drop unused iconv dependency Closes #262 See merge request dbus/dbus!101
| * cmake: Drop unused iconv dependencyRalf Habacker2019-03-131-1/+0
| | | | | | | | Closes dbus#262
* | cmake: Enable pkg-config generating also on WindowsRalf Habacker2019-03-131-1/+2
|/ | | | | pkgconfig support is used by client packages on cross compiled obs builds.
* Fixes remaining indentations that are not covered by the cmake formatting ↵Ralf Habacker2019-01-241-8/+11
| | | | script in CMakeLists.txt files
* Adjust indents of CMakeLists.txt files always to 4 spacesRalf Habacker2019-01-241-23/+23
|
* Remove obsolete parameter in end... cmake keywordsRalf Habacker2019-01-241-44/+44
|
* Remove spaces between cmake command and opening bracketRalf Habacker2019-01-241-89/+89
|
* Use lower case cmake keywords in CMakeLists.txt filesRalf Habacker2019-01-241-28/+28
|
* Replace tabs by 4 spaces in CMakeLists.txt filesRalf Habacker2019-01-241-33/+33
|
* Remove trailing spaces in CMakeLists.txt filesRalf Habacker2019-01-241-2/+2
|
* cmake: Set working directory to be a native pathSimon McVittie2019-01-221-1/+1
| | | | | | | If we're cross-compiling for Windows on Unix, CTest needs to chdir() to the native Unix path. Signed-off-by: Simon McVittie <smcv@collabora.com>
* Move cmake related build system to top levelRalf Habacker2019-01-221-0/+696
Signed-off-by: Ralf Habacker <ralf.habacker@freenet.de>