aboutsummaryrefslogtreecommitdiff
path: root/protocols/CMakeLists.txt
AgeCommit message (Collapse)AuthorLines
2017-12-01remove the rest of cmakeFurkan Sahin-46/+0
2017-04-28Implement KDE's server-side decoration protocolFurkan Sahin-0/+6
2016-12-28Add redshift supportFurkan Sahin-0/+6
2016-04-28Explicitly mark static linking in CMakeFurkan Sahin-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 pathsFurkan Sahin-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.
2015-12-03Add swaylock protocol, add resource destructorsFurkan Sahin-0/+11
This prevents sway crashing if swaybg or swaybar dies.
2015-12-02cmake: build common code only onceFurkan Sahin-0/+22
This creates (static) libraries for protocols/, common/, and wayland/.