13 lines
397 B
CMake
13 lines
397 B
CMake
|
@PACKAGE_INIT@
|
||
|
|
||
|
# Any changes in this ".cmake" file will be overwritten by CMake, the source is the ".cmake.in" file.
|
||
|
|
||
|
set(Plasma_INSTALL_PREFIX "@PACKAGE_CMAKE_INSTALL_PREFIX@")
|
||
|
set_and_check(Plasma_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@")
|
||
|
|
||
|
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/PlasmaTargets.cmake")
|
||
|
|
||
|
set(KArchive_LIBRARIES KF5::KArchive)
|
||
|
set(KArchive_INCLUDE_DIRS ${KArchive_INCLUDE_DIR})
|