1f01376198
since Plasma_INCLUDE_DIR doesn't seem to be used anywhere and fails on CI experiment with removing it, to see if all packages depending from plasma build Change-Id: I1b8f99b0d7e9de2f33674646e273f141646eaeb2
14 lines
384 B
CMake
14 lines
384 B
CMake
@PACKAGE_INIT@
|
|
|
|
# Any changes in this ".cmake" file will be overwritten by CMake, the source is the ".cmake.in" file.
|
|
|
|
find_dependency(KF5Package "@KF5_DEP_VERSION@")
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/KF5PlasmaTargets.cmake")
|
|
|
|
set(Plasma_INSTALL_PREFIX "@PACKAGE_CMAKE_INSTALL_PREFIX@")
|
|
|
|
set(Plasma_LIBRARIES KF5::Plasma)
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/KF5PlasmaMacros.cmake")
|