You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenSceneGraph/CMakeModules
Jeongseok Lee f263ad29db
Update CMakeModules/FindCOLLADA.cmake
6 years ago
..
CheckAtomicOps.cmake From Björn Blissing, fix for ambiguous defines in Atomic.cpp when compiling with MinGW and GCC 10 years ago
Find3rdPartyDependencies.cmake as preparation for the upcoming 3rdParty package for Visual Studio 2017, I updated Find3rdPartyDependencies.cmake to find also the newest Freetype 2.7.1 release. 8 years ago
FindAVFoundation.cmake Updates to the CMake build system for Mac OSX 8 years ago
FindAndroidNDK.cmake From Jorge Ciges, "Update to FindAndroidNDK to make it use the latest Ndk (r5c) automatically. 13 years ago
FindAsio.cmake Moved FIND_PACKAGE(Boost) to within the individual Find scripts that actually need it rather in the root CMakeLists.txt. 9 years ago
FindCOLLADA.cmake Update CMakeModules/FindCOLLADA.cmake 6 years ago
FindCoreMedia.cmake From Stephan Huber, OSX and iOS Video support via a QTKit plugin from OSX 10.7 and before, and an AVFoundation plugin for iOS and OSX10.8 and later. 12 years ago
FindCoreVideo.cmake From Eric Wing, QTKit plugin for reading movies under OSX using QTKit + CoreVideo 14 years ago
FindDirectInput.cmake From Wang Rui, "I implemented a customized viewer event traversal here to read state 14 years ago
FindDirectShow.cmake From Cedric Pinson, "Here an update of the directshow plugin. It fixes issues with 15 years ago
FindEGL.cmake Added a dedicated FindEGL.cmake script to help with locating the EGL.so library and header 8 years ago
FindFBX.cmake Added support for FBX 2019 6 years ago
FindFFmpeg.cmake misc. typo fixes 7 years ago
FindFLTK.cmake From Mattias Helsing, "I finally got to fix the cmake Modules that have duplicates in later 11 years ago
FindFOX.cmake From Philip Lowman, removed inappropriate references to OSG_ in 3rd party libs searches 16 years ago
FindFreetype.cmake Final version of FindFreetype.cmake that is based on the now-accepted CMake patches. This supports the new freetype include path structure and fixes the failure to find the debug library on Windows due to its name having a 'd' suffix. 8 years ago
FindGDAL.cmake From Mattias Helsing, "I finally got to fix the cmake Modules that have duplicates in later 11 years ago
FindGIFLIB.cmake From Philip Lowman, removed inappropriate references to OSG_ in 3rd party libs searches 16 years ago
FindGLCORE.cmake From Paul Martz, "There is no standard place for gl/glcorearb.h on Windows. Previously, the only way to get OSG to build for core profile was to append an additional include directory ("/I") onto the CFLAGS variables This submission adds a FindGLCORE.cmake script so that the path to gl/glcorearb.h can be specified with a variable, GLCORE_ROOT, either in CMake or the environment. 11 years ago
FindGLIB.cmake Added if () block to avoid script variables set to NOT-Found being used in searching 10 years ago
FindGStreamer.cmake fix FindGStreamer.cmake for msys2 mingw 8 years ago
FindGTA.cmake use normal cmake search if PKG_CHECK_MODULES fails; fix win32 debug linking with SET(TARGET_LIBRARIES_VARS GTA_LIBRARY) 8 years ago
FindGtkGl.cmake Moved finding of RSVG, Poppler-glib and GtkGl out into their own Find*.cmake modules to enable easier specialization. 14 years ago
FindInventor.cmake From Jan Peciva, improvements to Inventor find operation 15 years ago
FindJasper.cmake From Mattias Helsing, "I finally got to fix the cmake Modules that have duplicates in later 11 years ago
FindLIBLAS.cmake removed las_c library from FindLIBLAS.cmake, it's not used by the osg plugin. 7 years ago
FindLibVNCServer.cmake From Philip Lowman, removed inappropriate references to OSG_ in 3rd party libs searches 16 years ago
FindLua52.cmake Laurens Voerman, "my cmake (2.8.10.2 generating for Visual Studio 11 Win64) doesn't like 11 years ago
FindNVTT.cmake Fixed Linux NVTT build issue by restricting the addition of the new libs to just Windows 7 years ago
FindOSG.cmake Removed Qt dependency examples, osgQt NodeKit and qfont plugin as these are now provided by the separate osgQt project 8 years ago
FindOpenCascade.cmake Use a minimal set of OpenCASCADE libraries. 7 years ago
FindOpenEXR.cmake attached fixes for configuring and building the osgPlugin exr with Visual Studio and using out-of-the-box builds of ilmbase and openexr, i.e. without manual/extra config for using these 2 libs with the OSG. 7 years ago
FindOpenThreads.cmake From Mattias Helsing, "I finally got to fix the cmake Modules that have duplicates in later 11 years ago
FindOpenVRML.cmake From Jan Ciger, "I am attaching the updated VRML plugin, as promised. This version works 16 years ago
FindPerformer.cmake From Philip Lowman, removed inappropriate references to OSG_ in 3rd party libs searches 16 years ago
FindPoppler-glib.cmake Moved finding of RSVG, Poppler-glib and GtkGl out into their own Find*.cmake modules to enable easier specialization. 14 years ago
FindQTKit.cmake From Stephan Huber, "attached you'll find some tweaks for the FindQuicktime and 13 years ago
FindQuartzCore.cmake From Stephan Huber, OSX and iOS Video support via a QTKit plugin from OSX 10.7 and before, and an AVFoundation plugin for iOS and OSX10.8 and later. 12 years ago
FindQuickTime.cmake Updates to the CMake build system for Mac OSX 8 years ago
FindRSVG.cmake From Kristofer Tingdahl, Build fix for svg plugin that makes sure the version of librsvg is at sufficient, and fixed a missing virtual destructor warning. 11 years ago
FindSDL2.cmake From Jannik Heller, typo fixes 9 years ago
FindV8.cmake Added osgpresentation example as a test bed for new osgPresentation object model. 11 years ago
FindXine.cmake From Philip Lowman, removed inappropriate references to OSG_ in 3rd party libs searches 16 years ago
FindZeroConf.cmake Removed execute properties via svn propdel svn:executable file 11 years ago
Findilmbase.cmake attached fixes for configuring and building the osgPlugin exr with Visual Studio and using out-of-the-box builds of ilmbase and openexr, i.e. without manual/extra config for using these 2 libs with the OSG. 7 years ago
ListHandle.cmake
ModuleInstall.cmake Merged MSVC static build fix from OpenSceneGraph-3.4 7 years ago
OsgAndroidMacroUtils.cmake From Terry Welsh, "I downloaded the Android 3rdparty deps from here 9 years ago
OsgCPack.cmake misc. typo fixes 7 years ago
OsgCPackConfig.cmake.in Improved cpack configuration for building debian packages: 8 years ago
OsgDetermineCompiler.cmake From Philip Lowman, clean up of CMake files 16 years ago
OsgDetermineWinVersion.cmake Added return to last line 7 years ago
OsgMacroUtils.cmake removed ios simulator reference, adjusted readme 6 years ago
UtilityMacros.cmake From Philip Lowman, clean up of CMake files 16 years ago
clean_directories Added utilty script for cleaning up build files/directories. 17 years ago
cmake_uninstall.cmake.in From Rafa Gaitan, "Attached the fix to remove the symlinks created with make install." 14 years ago