File: KFileMetaDataConfig.cmake.in

package info (click to toggle)
kfilemetadata 4%3A4.14.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 480 kB
  • sloc: cpp: 2,426; makefile: 4; sh: 4
file content (18 lines) | stat: -rw-r--r-- 698 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 "@INCLUDE_INSTALL_DIR@")

include(${_currentDir}/KFileMetaDataTargetsWithPrefix.cmake)

# Set the library variable
set(KFILEMETADATA_LIBRARY kfilemetadata)