1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-27 06:03:51 +03:00
latte-dock/app/view/helpers/CMakeLists.txt
Michail Vourlakos 4b1580c0bd move View::HelperWindows in their own directory
--at the same time create a base SubWindow class for
all window helpers used by Views. Now ScreenEdgeGhostWindow
and FloatingGapWindow use the same window implementation
2020-01-22 19:45:13 +02:00

8 lines
229 B
CMake

set(lattedock-app_SRCS
${lattedock-app_SRCS}
${CMAKE_CURRENT_SOURCE_DIR}/floatinggapwindow.cpp
${CMAKE_CURRENT_SOURCE_DIR}/screenedgeghostwindow.cpp
${CMAKE_CURRENT_SOURCE_DIR}/subwindow.cpp
PARENT_SCOPE
)