open_toontown_panda3d/cmake/modules
Sam Edwards d3ef7bf12d CMake: Avoid using continue()
This is, sadly, not added until CMake 3.4.

This commit avoids continue() by restructuring the loops so
that the conditions previously being used for continue() are
no longer needed. The alternative would've been to encase the
loop bodies massive ifs, but I find that to be a poor choice
for readability.
2019-06-25 03:34:51 -06:00
..
FindARToolKit.cmake CMake: Modify Find*.cmake to trust find_*()'s caching 2019-01-13 10:45:03 -07:00
FindAssimp.cmake CMake: Modify Find*.cmake to trust find_*()'s caching 2019-01-13 10:45:03 -07:00
FindCg.cmake CMake: Use string/list(APPEND foo ...) instead of set(foo ${foo} ...) 2019-01-19 17:01:36 -07:00
FindDirect3D9.cmake CMake: Add DirectX 9 support 2018-11-01 22:33:01 -06:00
FindEGL.cmake CMake: Modify Find*.cmake to trust find_*()'s caching 2019-01-13 10:45:03 -07:00
FindEigen3.cmake CMake: Modify Find*.cmake to trust find_*()'s caching 2019-01-13 10:45:03 -07:00
FindFCollada.cmake CMake: Avoid using continue() 2019-06-25 03:34:51 -06:00
FindFFMPEG.cmake CMake: Modify Find*.cmake to trust find_*()'s caching 2019-01-13 10:45:03 -07:00
FindFFTW3.cmake CMake: Modify Find*.cmake to trust find_*()'s caching 2019-01-13 10:45:03 -07:00
FindFMODEx.cmake CMake: Modify Find*.cmake to trust find_*()'s caching 2019-01-13 10:45:03 -07:00
FindHarfBuzz.cmake CMake: Modify Find*.cmake to trust find_*()'s caching 2019-01-13 10:45:03 -07:00
FindLibSquish.cmake CMake: Modify Find*.cmake to trust find_*()'s caching 2019-01-13 10:45:03 -07:00
FindMiles.cmake CMake: Modify Find*.cmake to trust find_*()'s caching 2019-01-13 10:45:03 -07:00
FindODE.cmake CMake: Make FindODE link against libccd when present 2018-11-15 02:24:28 -07:00
FindOgg.cmake CMake: Detect Ogg+Vorbis 2019-01-13 11:58:09 -07:00
FindOpenCV.cmake CMake: Detect when to set OPENCV_VER_23/OPENCV_VER_3 2019-01-06 15:37:14 -07:00
FindOpenEXR.cmake CMake: Modify Find*.cmake to trust find_*()'s caching 2019-01-13 10:45:03 -07:00
FindOpenGLES1.cmake CMake: Modify Find*.cmake to trust find_*()'s caching 2019-01-13 10:45:03 -07:00
FindOpenGLES2.cmake CMake: Modify Find*.cmake to trust find_*()'s caching 2019-01-13 10:45:03 -07:00
FindOpusFile.cmake CMake: Correct order for {opus,vorbis}file libs 2019-01-13 14:24:35 -07:00
FindSWResample.cmake CMake: Modify Find*.cmake to trust find_*()'s caching 2019-01-13 10:45:03 -07:00
FindSWScale.cmake CMake: Modify Find*.cmake to trust find_*()'s caching 2019-01-13 10:45:03 -07:00
FindTar.cmake CMake: Modify Find*.cmake to trust find_*()'s caching 2019-01-13 10:45:03 -07:00
FindVRPN.cmake CMake: Modify Find*.cmake to trust find_*()'s caching 2019-01-13 10:45:03 -07:00
FindVorbisFile.cmake CMake: Correct order for {opus,vorbis}file libs 2019-01-13 14:24:35 -07: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.