aboutsummaryrefslogtreecommitdiff
path: root/CMake
AgeCommit message (Collapse)Author
2015-11-25Merge pull request #255 from christophgysin/ninjaDrew DeVault
cmake: fix ninja build
2015-11-25cmake: fix ninja buildChristoph Gysin
When using the ninja generator: $ cmake -G Ninja <dir> $ ninja -C <dir> This commit fixes the warning: ninja: warning: multiple rules generate bin/wayland-desktop-shell-protocol.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn]
2015-11-25cmake: Fix typoChristoph Gysin
2015-11-18Support cursors over wayland clientsDrew DeVault
Apparently wayland has fucking client-side cursors, too
2015-11-12Add new dependencies for wayland clientsDrew DeVault
Cairo for rendering shit, Pango for text rendering, and wayland client stuff. Thanks @Cloudef, blatantly ripping off his cmake files for this
2015-08-27fixed json-c CMake inclusionminus
2015-08-26Add dependency on PCREDrew DeVault
Perl-compatible regular expression library
2015-08-18Find a2x through CMakeDrew DeVault
Fixes #63
2015-08-04Initial commitDrew DeVault