aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAge
* [refactor] Change the project to download wlroots rather than include it.Josh Rahm18 hours
| | | | | | The build system will now just download wlroots directly rather than having it as a submodule. Submodules are really brittle and not well supported. This is the much more correct approach.
* [reorg] - Finished reorg.Josh Rahm18 hours
Finally have coherent building on top of CMake. And installing actually works. In addition we use a static wlroots to avoid version hell.