d5bef21f7b
This is in line with the frameworks naming policy, camelcasing. Up until now, libplasma was the only library being KF5::plasma, that is now KF5::Plasma.
13 lines
398 B
CMake
13 lines
398 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}/PlasmaTargets.cmake")
|
|
|
|
set(Plasma_INSTALL_PREFIX "@PACKAGE_CMAKE_INSTALL_PREFIX@")
|
|
set_and_check(Plasma_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@")
|
|
|
|
set(Plasma_LIBRARIES KF5::Plasma)
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/PlasmaMacros.cmake")
|