aboutsummaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
Commit message (Collapse)AuthorAge
* Fix link to dotfiles, closes #1193Libravatar Drew DeVault2017-04-26
|
* UnGNUify the codebaseLibravatar Drew DeVault2017-03-10
|
* implement solid color rendering for swaybgLibravatar Zandr Martin2016-07-30
|
* Explicitly mark static linking in CMakeLibravatar Tomáš Čech2016-04-28
| | | | | When no type is given, it depends on BUILD_SHARED_LIBS value which is not desired in this case.
* Fix missing include pathsLibravatar Tomáš Čech2016-04-28
| | | | | | When headers were installed in more sofisticated places (but package config knows it right), it revealed missing paths in CMake configuration. Lets fix it.
* CMake: add missing wlc include dir for common and swaygrabLibravatar Dominique Martinet2016-03-24
|
* fix backtrace detection in CMakeLibravatar robotanarchy2015-12-22
| | | | works on arch (glibc) and void linux (tested with musl libc) now
* use CMake's FindBacktrace for backtrace feature detectionLibravatar robotanarchy2015-12-21
|
* Move sway/util.c to common/util.cLibravatar Mikkel Oscar Lyderik2015-12-14
|
* cmake: build common code only onceLibravatar Christoph Gysin2015-12-02
| | | | This creates (static) libraries for protocols/, common/, and wayland/.
* Clean up CMake stuffLibravatar Drew DeVault2015-11-13
|
* common: create a static libraryLibravatar Ben Boeckel2015-11-12