UltraInferConfig.cmake 512 B

12345678910
  1. # This file will define the following variables for find_package method:
  2. # - UltraInfer_LIBS : The list of libraries to link against.
  3. # - UltraInfer_INCLUDE_DIRS : The UltraInfer include directories.
  4. # - UltraInfer_Found : The status of UltraInfer
  5. include(${CMAKE_CURRENT_LIST_DIR}/UltraInfer.cmake)
  6. # setup UltraInfer cmake variables
  7. set(UltraInfer_LIBS ${ULTRAINFER_LIBS})
  8. set(UltraInfer_INCLUDE_DIRS ${ULTRAINFER_INCS})
  9. set(UltraInfer_FOUND TRUE)