diff options
| author | Drew DeVault <sir@cmpwn.com> | 2017-10-11 21:04:56 -0400 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2017-11-11 09:08:50 -0500 |
| commit | 6edc32848f67fe3ea370e12b64019cef6c137840 (patch) | |
| tree | 9f5fb4021a3ebe8686d0d4acd3e4ba0d3bca5ee7 /CMakeLists.txt | |
| parent | 7c3b0ffc324d913dd1c58b2497c9c36c74580ded (diff) | |
Find and link to wlroots
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index dc521570..34098eb3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,6 +62,7 @@ endif() find_package(JsonC 0.12.1 REQUIRED) find_package(PCRE REQUIRED) find_package(WLC REQUIRED) +find_package(Wlroots REQUIRED) find_package(Wayland REQUIRED) find_package(XKBCommon REQUIRED) find_package(Cairo REQUIRED) |
