mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-12 01:17:55 +03:00
4cc4bfd6de
--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.
8 lines
233 B
CMake
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
|
|
)
|