plasma-framework/PlasmaConfig.cmake.in

13 lines
398 B
CMake
Raw Normal View History

2013-05-03 01:14:19 +02:00
@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")
2013-05-03 01:14:19 +02:00
set(Plasma_INSTALL_PREFIX "@PACKAGE_CMAKE_INSTALL_PREFIX@")
set_and_check(Plasma_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@")
set(Plasma_LIBRARIES KF5::plasma)
2013-06-13 01:43:35 +02:00
include("${CMAKE_CURRENT_LIST_DIR}/PlasmaMacros.cmake")