open_toontown_panda3d/cmake/modules
Sam Edwards 9222bc6d31 CMake: Detect OpenCV/ARToolKit, build p3vision
For now, p3vision is only built if either OpenCV or
ARToolKit is available. It does contain some generic
webcam access code, so it might be worth building it
when that's available.
2018-11-03 22:51:14 -06:00
..
FindARToolKit.cmake CMake: Detect OpenCV/ARToolKit, build p3vision 2018-11-03 22:51:14 -06:00
FindCg.cmake CMake: Update FindCg to discover cgD3D9 2018-11-01 16:31:57 -06:00
FindDirect3D9.cmake CMake: Add DirectX 9 support 2018-11-01 22:33:01 -06:00
FindEGL.cmake CMake: Build OpenGL ES (1&2) display modules 2018-10-22 01:58:24 -06:00
FindEigen3.cmake CMake: Remove PATHS from FindEigen3 2018-10-18 19:27:47 -06:00
FindFFMPEG.cmake cmake: Add FFMPEG compilation support. 2014-04-11 03:38:08 -06:00
FindFFTW3.cmake CMake: Implement detection for FFTW3 2018-02-17 23:35:43 -07:00
FindFMODEx.cmake CMake: Configure: Finish cleaning up finding packages. 2013-12-13 13:32:04 -07:00
FindHarfBuzz.cmake CMake: Detect and use HarfBuzz when available 2018-11-02 23:37:26 -06:00
FindLibSquish.cmake CMake: Rename FindSquish to FindLibSquish 2018-02-20 18:58:52 -07:00
FindMiles.cmake CMake: Configure: Finish cleaning up finding packages. 2013-12-13 13:32:04 -07:00
FindODE.cmake CMake: Fix FindODE's include path finding 2018-10-19 12:56:11 -06:00
FindOpenCV.cmake CMake: Detect OpenCV/ARToolKit, build p3vision 2018-11-03 22:51:14 -06:00
FindOpenGLES1.cmake CMake: Change FindOpenGLES* modules so they don't even try on Apple 2018-10-27 21:11:14 -06:00
FindOpenGLES2.cmake CMake: Change FindOpenGLES* modules so they don't even try on Apple 2018-10-27 21:11:14 -06:00
FindSWResample.cmake cmake: Add FFMPEG compilation support. 2014-04-11 03:38:08 -06:00
FindSWScale.cmake cmake: Add FFMPEG compilation support. 2014-04-11 03:38:08 -06:00
FindTar.cmake CMake: Configure: Finish cleaning up finding packages. 2013-12-13 13:32:04 -07:00
FindVRPN.cmake CMake: Fix FindVRPN so it also finds VRPN's quat library 2018-11-03 22:51:12 -06:00
README.md cmake: Reorganize macros, and cleanup related files (add docs, etc) 2013-12-21 13:44:05 -07:00

README.md

Directory Info

Directory: /cmake/modules License: Unlicense
Description: This directory is used for standard CMake modules which are safe to use outside of a Panda3D project. This should be the normal location for most FindXYZZY packages that are written for Panda3D.