close one notification to close all
This commit is contained in:
@@ -41,7 +41,7 @@ target_sources(bar_lib
|
||||
src/widgets/clock.cpp
|
||||
src/widgets/date.cpp
|
||||
src/widgets/notification/baseNotification.cpp
|
||||
src/widgets/notification/notification.cpp
|
||||
src/widgets/notification/notificationWindow.cpp
|
||||
src/widgets/notification/spotifyNotification.cpp
|
||||
src/widgets/volumeWidget.cpp
|
||||
src/widgets/webWidget.cpp
|
||||
@@ -69,7 +69,13 @@ add_executable(bar main.cpp)
|
||||
|
||||
target_link_libraries(bar bar_lib ${GTKMM_LIBRARIES} ${LAYERSHELL_LIBRARIES} ${WEBKIT_LIBRARIES} ${CURL_LIBRARIES} nlohmann_json::nlohmann_json)
|
||||
|
||||
# ---- Tests (Catch2) ----
|
||||
|
||||
# add spdlog
|
||||
find_package(spdlog REQUIRED)
|
||||
target_link_libraries(bar_lib PRIVATE spdlog::spdlog)
|
||||
|
||||
|
||||
# ---- Testing shit
|
||||
find_package(Catch2 3 REQUIRED)
|
||||
|
||||
add_executable(bar_tests
|
||||
|
||||
Reference in New Issue
Block a user