资 源 简 介
A CMake module FIND\_PACKAGE of CAVElib by VRCO
How to use
find_package(CAVElib)
Definition
this scripts defiens
| CAVELIB_FOUND| - system has CABElib|
|:---------------|:----------------------------------|
| CAVELIB_INCLUDE_DIR| - the CAVElib include directory|
| CAVELIB_LIBRARY| - path to CAVElib library|
| CAVELIB_OGL_ROOT| - path to root dir of CAVElib with OpenGL|
| | |
| CAVELIB_OGL_FOUND| - system has CAVElib with OpenGL|
| CAVELIB_OGL_LIBRARIES| - the libraries needed to use CAVElib OpenGL|
| | |
| CAVELIB_OGL_MT_FOUND| - system has CAVElib with OpenGL multithread|
| CAVELIB_OGL_MT_LIBRARIES|- the libraries needed to use CAVElib OpenGL mt|
Example
```
cmakeminimumrequired(VERSION 2.8)
project(s