diff options
| author | Drew DeVault <sir@cmpwn.com> | 2015-12-13 15:40:19 -0500 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2015-12-13 15:40:19 -0500 |
| commit | 7918feb9cd7c43cb059b6a6d4ea0be8346c61535 (patch) | |
| tree | 62f4c56258df7f624c63cce27a516fc276ccff73 /swaybar/CMakeLists.txt | |
| parent | 36bf4d24cfa8be33cf39ab1c479963b2ed3a35db (diff) | |
Display workspaces on swaybar
Diffstat (limited to 'swaybar/CMakeLists.txt')
| -rw-r--r-- | swaybar/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/swaybar/CMakeLists.txt b/swaybar/CMakeLists.txt index a2ff9f5a..a03ffcf4 100644 --- a/swaybar/CMakeLists.txt +++ b/swaybar/CMakeLists.txt @@ -3,6 +3,7 @@ include_directories( ${WAYLAND_CLIENT_INCLUDE_DIR} ${CAIRO_INCLUDE_DIRS} ${PANGO_INCLUDE_DIRS} + ${JSONC_INCLUDE_DIRS} ) add_executable(swaybar @@ -16,6 +17,7 @@ target_link_libraries(swaybar ${WAYLAND_CURSOR_LIBRARIES} ${CAIRO_LIBRARIES} ${PANGO_LIBRARIES} + ${JSONC_LIBRARIES} m ) |
