kde-playground/kfilemetadata/KFileMetaDataConfig.cmake.in

19 lines
703 B
CMake
Raw Normal View History

# Do not modify this file. Any change will be overwritten by CMake.
# Config file for KFileMetaData. This file will define:
# KFILEMETADATA_INCLUDE_DIR - The KFileMetaData include directory
# KFILEMETADATA_LIBRARY - The library needed to use KFileMetaData
get_filename_component(_currentDir ${CMAKE_CURRENT_LIST_FILE} PATH) # The current directory
get_filename_component(rootDir ${_currentDir}/@relInstallDir@ ABSOLUTE) # The install prefix
# Include directory
set(KFILEMETADATA_INSTALL_PREFIX "${rootDir}")
set(KFILEMETADATA_INCLUDE_DIR "@KDE4_INCLUDE_INSTALL_DIR@")
include(${_currentDir}/KFileMetaDataTargetsWithPrefix.cmake)
# Set the library variable
set(KFILEMETADATA_LIBRARY kfilemetadata)