summaryrefslogtreecommitdiffstats
path: root/protocols/CMakeLists.txt
Commit message (Collapse)AuthorAge
* remove the rest of cmakeLibravatar Tony Crisci2017-12-01
|
* Implement KDE's server-side decoration protocolLibravatar Drew DeVault2017-04-28
|
* Add redshift supportLibravatar Drew DeVault2016-12-28
|
* 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.
* Add swaylock protocol, add resource destructorsLibravatar Drew DeVault2015-12-03
| | | | This prevents sway crashing if swaybg or swaybar dies.
* cmake: build common code only onceLibravatar Christoph Gysin2015-12-02
This creates (static) libraries for protocols/, common/, and wayland/.