# Configure file for the OpenMVS package, defining the following variables: # OpenMVS_INCLUDE_DIRS - include directories # OpenMVS_DEFINITIONS - definitions to be used # OpenMVS_LIBRARIES - libraries to link against # OpenMVS_BINARIES - binaries @PACKAGE_INIT@ set(OpenMVS_VERSION "@OpenMVS_VERSION@") # Compute paths set(OpenMVS_PREFIX "@CMAKE_INSTALL_PREFIX@") set(OpenMVS_CMAKE_DIR "@INSTALL_CMAKE_DIR_IN@") set(OpenMVS_INCLUDE_DIRS "@INSTALL_INCLUDE_DIR_IN@") set(OpenMVS_DEFINITIONS "@OpenMVS_DEFINITIONS@") # These are IMPORTED targets created by OpenMVSTargets.cmake set(OpenMVS_LIBRARIES MVS) set(OpenMVS_BINARIES InterfaceCOLMAP DensifyPointCloud ReconstructMesh RefineMesh TextureMesh) include("${CMAKE_CURRENT_LIST_DIR}/OpenMVSTargets.cmake") check_required_components("OpenMVS")