mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-23 13:33:50 +03:00
5073939335
--use a more logical organization for types. LibLatte2 is split to become LatteCore library and Latte types are now moved to application level. The Latte Types will be split even more... Tasks-Only related types will become Latte.Tasks types BUG:420210
6 lines
119 B
CMake
6 lines
119 B
CMake
set(lattedock-app_SRCS
|
|
${lattedock-app_SRCS}
|
|
${CMAKE_CURRENT_SOURCE_DIR}/commontools.cpp
|
|
PARENT_SCOPE
|
|
)
|