aboutsummaryrefslogtreecommitdiff
path: root/swaymsg/CMakeLists.txt
AgeCommit message (Collapse)AuthorLines
2017-11-30remove relevant CMakeLists.txtTony Crisci-23/+0
2017-07-04Make asciidoc (and man pages) optionalDrew DeVault-1/+3
And remove it from the build
2016-12-09Fix build on FreeBSDGreg V-0/+4
- Make sure CMake always finds absolute paths for Cairo, Pango and GdkPixbuf - Add forgotten json-c include path to swaymsg/CMakeLists.txt - Disable -Werror because of assert warnings - Add correct /proc/pid/file path for FreeBSD - Use libepoll-shim on FreeBSD - Only use Linux capabilities on, well, Linux
2016-07-31swaymsg: pretty print ipc responseTony Crisci-1/+2
fixes #809
2015-12-02move manpages to subfoldersChristoph Gysin-0/+2
2015-12-02cmake: build common code only onceChristoph Gysin-5/+5
This creates (static) libraries for protocols/, common/, and wayland/.
2015-12-01cmake: remove subprojectsChristoph Gysin-4/+2
2015-12-01cmake: use out-of-source buildChristoph Gysin-2/+0
2015-12-01cmake: use tabs instead of spacesChristoph Gysin-6/+6
2015-12-01cmake: style consistencyChristoph Gysin-3/+5
2015-12-01cmake: convert all cmake commands to lowercaseChristoph Gysin-2/+2
2015-11-26Add swaymsg subprojectDrew DeVault-0/+16