open_toontown_panda3d/cmake/modules
Sam Edwards f59c6bb2bf CMake: Make FindODE link against libccd when present
This fixes building against the macOS/Homebrew version of ODE.
2018-11-15 02:24:28 -07:00
..
FindARToolKit.cmake CMake: Detect OpenCV/ARToolKit, build p3vision 2018-11-03 22:51:14 -06:00
FindAssimp.cmake CMake: Detect and build support for Assimp 2018-11-12 15:49:08 -07:00
FindCg.cmake CMake: Fix libCgGL linkage in FindCg.cmake 2018-11-06 02:07:08 -07: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: Make FindODE link against libccd when present 2018-11-15 02:24:28 -07:00
FindOpenCV.cmake CMake: Detect OpenCV/ARToolKit, build p3vision 2018-11-03 22:51:14 -06:00
FindOpenEXR.cmake CMake: Find OpenEXR, support it in pnmimagetypes 2018-11-07 19:56:01 -07: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.