]> git.proxmox.com Git - ceph.git/blame - ceph/src/dmclock/dmclock-config.cmake.in
bump version to 18.2.4-pve3
[ceph.git] / ceph / src / dmclock / dmclock-config.cmake.in
CommitLineData
7c673cae
FG
1# - Config file for the FooBar package
2# It defines the following variables
3# DMCLOCK_INCLUDE_DIRS - include directories for FooBar
4# DMCLOCK_LIBRARIES - libraries to link against
5
6# Compute paths
7get_filename_component(DMCLOCK_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
8set(DMCLOCK_INCLUDE_DIRS "${DMCLOCK_CMAKE_DIR}/src")
9# set(DMCLOCK_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@")
10
11# Our library dependencies (contains definitions for IMPORTED targets)
12if(NOT TARGET dmclock AND NOT dmclock_BINARY_DIR)
13 include("${DMCLOCK_CMAKE_DIR}/dmclock-targets.cmake")
14endif()
15
16# These are IMPORTED targets created by FooBarTargets.cmake
17set(DMCLOCK_LIBRARIES dmclock)