Changeset View
Changeset View
Standalone View
Standalone View
build_files/cmake/Modules/FindOpenSubdiv.cmake
| # - Find OpenSubdiv library | # - Find OpenSubdiv library | ||||
| # Find the native OpenSubdiv includes and library | # Find the native OpenSubdiv includes and library | ||||
| # This module defines | # This module defines | ||||
| # OPENSUBDIV_INCLUDE_DIRS, where to find OpenSubdiv headers, Set when | # OPENSUBDIV_INCLUDE_DIRS, where to find OpenSubdiv headers, Set when | ||||
| # OPENSUBDIV_INCLUDE_DIR is found. | # OPENSUBDIV_INCLUDE_DIR is found. | ||||
| # OPENSUBDIV_LIBRARIES, libraries to link against to use OpenSubdiv. | # OPENSUBDIV_LIBRARIES, libraries to link against to use OpenSubdiv. | ||||
| # OPENSUBDIV_ROOT_DIR, the base directory to search for OpenSubdiv. | # OPENSUBDIV_ROOT_DIR, the base directory to search for OpenSubdiv. | ||||
| # This can also be an environment variable. | # This can also be an environment variable. | ||||
| # OPENSUBDIV_FOUND, if false, do not try to use OpenSubdiv. | # OPENSUBDIV_FOUND, if false, do not try to use OpenSubdiv. | ||||
| # | |||||
| # also defined, but not for general use are | |||||
| # OPENSUBDIV_LIBRARY, where to find the OpenSubdiv library. | |||||
| #============================================================================= | #============================================================================= | ||||
| # Copyright 2013 Blender Foundation. | # Copyright 2013 Blender Foundation. | ||||
| # | # | ||||
| # Distributed under the OSI-approved BSD License (the "License"); | # Distributed under the OSI-approved BSD License (the "License"); | ||||
| # see accompanying file Copyright.txt for details. | # see accompanying file Copyright.txt for details. | ||||
| # | # | ||||
| # This software is distributed WITHOUT ANY WARRANTY; without even the | # This software is distributed WITHOUT ANY WARRANTY; without even the | ||||
| ▲ Show 20 Lines • Show All 88 Lines • Show Last 20 Lines | |||||