1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-12 01:17:55 +03:00
latte-dock/app/view/windowstracker/CMakeLists.txt
Michail Vourlakos 4cc4bfd6de REFACTOR WindowsTracker to provide more information
--View::WindowsTracker now provides all the time
information about CurrentScreen and AllScreens!
This way all consumers (Latte::Containment, Applets etc.)
can choose whatever suits them best.
2019-06-08 17:36:14 +03:00

8 lines
233 B
CMake

set(lattedock-app_SRCS
${lattedock-app_SRCS}
${CMAKE_CURRENT_SOURCE_DIR}/allscreenstracker.cpp
${CMAKE_CURRENT_SOURCE_DIR}/currentscreentracker.cpp
${CMAKE_CURRENT_SOURCE_DIR}/windowstracker.cpp
PARENT_SCOPE
)