Changeset View
Changeset View
Standalone View
Standalone View
build_files/cmake/Modules/FindOpenCOLLADA.cmake
| # - Find OpenCOLLADA library | # - Find OpenCOLLADA library | ||||
| # Find the native OpenCOLLADA includes and library | # Find the native OpenCOLLADA includes and library | ||||
| # This module defines | # This module defines | ||||
| # OPENCOLLADA_INCLUDE_DIRS, where to find COLLADABaseUtils/ and | # OPENCOLLADA_INCLUDE_DIRS, where to find COLLADABaseUtils/ and | ||||
| # COLLADAFramework/, Set when OPENCOLLADA_INCLUDE_DIR is found. | # COLLADAFramework/, Set when OPENCOLLADA_INCLUDE_DIR is found. | ||||
| # OPENCOLLADA_LIBRARIES, libraries to link against to use OpenCOLLADA. | # OPENCOLLADA_LIBRARIES, libraries to link against to use OpenCOLLADA. | ||||
| # OPENCOLLADA_ROOT_DIR, The base directory to search for OpenCOLLADA. | # OPENCOLLADA_ROOT_DIR, The base directory to search for OpenCOLLADA. | ||||
| # This can also be an environment variable. | # This can also be an environment variable. | ||||
| # OPENCOLLADA_FOUND, If false, do not try to use OpenCOLLADA. | # OPENCOLLADA_FOUND, If false, do not try to use OpenCOLLADA. | ||||
| # | |||||
| # also defined, but not for general use are | |||||
| # OPENCOLLADA_LIBRARY, where to find the OpenCOLLADA library. | |||||
| #============================================================================= | #============================================================================= | ||||
| # Copyright 2011 Blender Foundation. | # Copyright 2011 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 124 Lines • Show Last 20 Lines | |||||