mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 10:22:50 +00:00
19 lines
703 B
CMake
19 lines
703 B
CMake
![]() |
# 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)
|
||
|
|