aboutsummaryrefslogtreecommitdiff
path: root/common/CMakeLists.txt
AgeCommit message (Collapse)Author
2016-04-28Explicitly mark static linking in CMakeTomáš Čech
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
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
2015-12-22fix backtrace detection in CMakerobotanarchy
works on arch (glibc) and void linux (tested with musl libc) now
2015-12-21use CMake's FindBacktrace for backtrace feature detectionrobotanarchy
2015-12-14Move sway/util.c to common/util.cMikkel Oscar Lyderik
2015-12-02cmake: build common code only onceChristoph Gysin
This creates (static) libraries for protocols/, common/, and wayland/.
2015-11-13Clean up CMake stuffDrew DeVault
2015-11-12common: create a static libraryBen Boeckel