ca1e2377fb
It's a public dep, so make sure it's pulled in for p-f consumers REVIEW: 123034
15 lines
432 B
CMake
15 lines
432 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")
|
|
|
|
set(Plasma_INSTALL_PREFIX "@PACKAGE_CMAKE_INSTALL_PREFIX@")
|
|
|
|
set(Plasma_LIBRARIES KF5::Plasma)
|
|
|
|
find_dependency(KF5Package "@KF5_DEP_VERSION@")
|
|
find_dependency(KF5Service "@KF5_DEP_VERSION@")
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/KF5PlasmaMacros.cmake")
|