plasma-framework/PlasmaConfig.cmake.in
Sebastian Kügler fde2a1f709 Try a bit saner setup of the cmake foo
- Installs PlasmaConfig, FindPlasma, PlasmaMacros, etc.
- find_package Plasma works
- version set to 2.0.0, do we dare that?

This might bump into FindPlasma.cmake, which is installed by kdelibs,
and should be removed: it applies to Plasma 4.1 only and bails out,
since after that, we used the KDE4 libs find_package foo. Now we're kind
of going back to pre-4.2 times. :-)
2013-05-03 03:17:26 +02:00

17 lines
445 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("PlasmaMacros.cmake")
#include("${CMAKE_CURRENT_SOURCE_DIR}/PlasmaMacros.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/PlasmaTargets.cmake")
macro(fsck)
message("FSCK!!!!")
endmacro()