diff options
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 ) |