some refactore
This commit is contained in:
@@ -36,8 +36,13 @@ add_library(bar_lib)
|
||||
target_sources(bar_lib
|
||||
PUBLIC
|
||||
src/app.cpp
|
||||
|
||||
src/bar/bar.cpp
|
||||
|
||||
src/components/button/iconButton.cpp
|
||||
src/components/button/textButton.cpp
|
||||
src/components/button/tabButton.cpp
|
||||
|
||||
src/connection/httpConnection.cpp
|
||||
src/connection/dbus/notification.cpp
|
||||
src/connection/dbus/mpris.cpp
|
||||
@@ -63,7 +68,6 @@ target_sources(bar_lib
|
||||
|
||||
src/components/popover.cpp
|
||||
src/components/workspaceIndicator.cpp
|
||||
src/components/base/button.cpp
|
||||
)
|
||||
include_directories(bar_lib PRIVATE
|
||||
include
|
||||
|
||||
Reference in New Issue
Block a user