├── LICENSE ├── README.md └── modules ├── FindDirectX.cmake ├── FindEigen3.cmake ├── FindGLEW.cmake ├── FindGLFW.cmake ├── FindKinect.cmake ├── FindMaya.cmake ├── FindOpenColorIO.cmake ├── FindOpenImageIO.cmake ├── FindPTex.cmake └── FindVisualStudio.cmake /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadmv/cgcmake/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadmv/cgcmake/HEAD/README.md -------------------------------------------------------------------------------- /modules/FindDirectX.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadmv/cgcmake/HEAD/modules/FindDirectX.cmake -------------------------------------------------------------------------------- /modules/FindEigen3.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadmv/cgcmake/HEAD/modules/FindEigen3.cmake -------------------------------------------------------------------------------- /modules/FindGLEW.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadmv/cgcmake/HEAD/modules/FindGLEW.cmake -------------------------------------------------------------------------------- /modules/FindGLFW.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadmv/cgcmake/HEAD/modules/FindGLFW.cmake -------------------------------------------------------------------------------- /modules/FindKinect.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadmv/cgcmake/HEAD/modules/FindKinect.cmake -------------------------------------------------------------------------------- /modules/FindMaya.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadmv/cgcmake/HEAD/modules/FindMaya.cmake -------------------------------------------------------------------------------- /modules/FindOpenColorIO.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadmv/cgcmake/HEAD/modules/FindOpenColorIO.cmake -------------------------------------------------------------------------------- /modules/FindOpenImageIO.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadmv/cgcmake/HEAD/modules/FindOpenImageIO.cmake -------------------------------------------------------------------------------- /modules/FindPTex.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadmv/cgcmake/HEAD/modules/FindPTex.cmake -------------------------------------------------------------------------------- /modules/FindVisualStudio.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadmv/cgcmake/HEAD/modules/FindVisualStudio.cmake --------------------------------------------------------------------------------