mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-09 17:18:11 +03:00
e2ccad62d9
--Shared is a better term to describe these layouts that can be Shared and be OnTop of other layouts in Multiple Mode
10 lines
314 B
CMake
10 lines
314 B
CMake
set(lattedock-app_SRCS
|
|
${lattedock-app_SRCS}
|
|
${CMAKE_CURRENT_SOURCE_DIR}/abstractlayout.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/activelayout.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/genericlayout.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/sharedlayout.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/storage.cpp
|
|
PARENT_SCOPE
|
|
)
|