7060386b22
This simplifies building a decoration plugin. Now one can do: find_package(KDecorations REQUIRED NO_MODULE) to find the decorations library. REVIEW: 116013
8 lines
283 B
CMake
8 lines
283 B
CMake
@PACKAGE_INIT@
|
|
|
|
# Required components to use this library
|
|
find_dependency(KF5Config "@KF5Config_VERSION@")
|
|
find_dependency(KF5Service "@KF5Service_VERSION@")
|
|
find_dependency(KF5WindowSystem "@KF5WindowSystem_VERSION@")
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/KDecorationsTargets.cmake")
|