Plasma::Package internally uses KPackage, being a pure wrapper. old client code and old packagestructures still work using the wrapper. old workspace code that is not directly using kpackage continues to work correctly Change-Id: I05f95e8d05e3b67759973c4009e3753c61b1dcce
15 lines
457 B
CMake
15 lines
457 B
CMake
@PACKAGE_INIT@
|
|
|
|
# Any changes in this ".cmake" file will be overwritten by CMake, the source is the ".cmake.in" file.
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/KF5PlasmaTargets.cmake")
|
|
|
|
find_dependency(KF5Package "@KF5_DEP_VERSION@")
|
|
|
|
set(Plasma_INSTALL_PREFIX "@PACKAGE_CMAKE_INSTALL_PREFIX@")
|
|
set_and_check(Plasma_INCLUDE_DIR "@PACKAGE_KF5_INCLUDE_INSTALL_DIR@")
|
|
|
|
set(Plasma_LIBRARIES KF5::Plasma)
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/KF5PlasmaMacros.cmake")
|