aboutsummaryrefslogtreecommitdiff
path: root/common/CMakeLists.txt
AgeCommit message (Collapse)Author
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