You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
809 B
23 lines
809 B
# 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")
|
|
|