Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / dmclock / dmclock-config.cmake.in
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
7 get_filename_component(DMCLOCK_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
8 set(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)
12 if(NOT TARGET dmclock AND NOT dmclock_BINARY_DIR)
13   include("${DMCLOCK_CMAKE_DIR}/dmclock-targets.cmake")
14 endif()
15  
16 # These are IMPORTED targets created by FooBarTargets.cmake
17 set(DMCLOCK_LIBRARIES dmclock)