kwin/libkdecorations/KDecorationsConfig.cmake.in
Martin Gräßlin 7060386b22 Generate a KDecorationsConfig.cmake and install it
This simplifies building a decoration plugin. Now one can do:

find_package(KDecorations REQUIRED NO_MODULE)

to find the decorations library.

REVIEW: 116013
2014-02-27 11:25:54 +01:00

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")