mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-28 10:03:52 +03:00
d97fe4c59c
--this class will be the replacement for layout::storage and will be responsible for any containment actions for all layouts either loaded or offloaded. Through this refactor loading and checking CentralLayouts should become lighter and also memory efficient
10 lines
318 B
CMake
10 lines
318 B
CMake
set(lattedock-app_SRCS
|
|
${lattedock-app_SRCS}
|
|
${CMAKE_CURRENT_SOURCE_DIR}/importer.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/launcherssignals.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/manager.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/storage.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/synchronizer.cpp
|
|
PARENT_SCOPE
|
|
)
|