# - Config file for the library package # It defines the following variables # COMMS_INCLUDE_DIRS - include directories # COMMS_LIBRARIES - libraries to link against # COMMS_EXECUTABLE - binary executable directories # Compute paths get_filename_component(COMMS_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) set(COMMS_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@") # Our library dependencies (contains definitions for IMPORTED targets) if(NOT TARGET Comms AND NOT Comms_BINARY_DIR) include("${COMMS_CMAKE_DIR}/CommsTargets.cmake") endif() # These are IMPORTED targets created by CommsTargets.cmake set(COMMS_LIBRARIES Comms)