aboutsummaryrefslogtreecommitdiff
path: root/common/CMakeLists.txt
AgeCommit message (Collapse)AuthorLines
2017-11-30remove relevant CMakeLists.txtTony Crisci-15/+0
2017-04-26Fix link to dotfiles, closes #1193Drew DeVault-1/+1
2017-03-10UnGNUify the codebaseDrew DeVault-7/+0
2016-07-30implement solid color rendering for swaybgZandr Martin-0/+2
2016-04-28Explicitly mark static linking in CMakeTomáš Čech-1/+1
When no type is given, it depends on BUILD_SHARED_LIBS value which is not desired in this case.
2016-04-28Fix missing include pathsTomáš Čech-0/+1
When headers were installed in more sofisticated places (but package config knows it right), it revealed missing paths in CMake configuration. Lets fix it.
2016-03-24CMake: add missing wlc include dir for common and swaygrabDominique Martinet-0/+4
2015-12-22fix backtrace detection in CMakerobotanarchy-1/+7
works on arch (glibc) and void linux (tested with musl libc) now
2015-12-21use CMake's FindBacktrace for backtrace feature detectionrobotanarchy-0/+1
2015-12-14Move sway/util.c to common/util.cMikkel Oscar Lyderik-0/+1
2015-12-02cmake: build common code only onceChristoph Gysin-0/+7
This creates (static) libraries for protocols/, common/, and wayland/.
2015-11-13Clean up CMake stuffDrew DeVault-3/+0
2015-11-12common: create a static libraryBen Boeckel-0/+3