Commit Graph

310 Commits (b43a59aa5d9e9aeb912d6476cd18e0d40b968816)

Author SHA1 Message Date
Jeongseok Lee f263ad29db Update CMakeModules/FindCOLLADA.cmake
6 years ago
Thomas Hogarth 5eb9ab1d75 removed ios simulator reference, adjusted readme
6 years ago
Thomas Hogarth e8ba57b22f Improved iOS cmake support for xcode 9.4 and cmake 3.11
6 years ago
Emil Knabe 3577fd9d90 Added support for FBX 2019
6 years ago
Robert Osfield d365a6a347 Added support for Collada DOM-2.5
7 years ago
Aitor Moreno 79fde49084 (re)fix the installation of the PDB files
7 years ago
Aitor Moreno 5fcaf18025 fix installation of PDB files from the examples.
7 years ago
Robert Osfield 556089e6a1 From Raymond de Vries, added support for latest FBX SDK
7 years ago
Alessandro Terenzi 9010fd8035 iOS CMake project generation improvements (bitcode option)
7 years ago
Robert Osfield e84c93dfce Fixed Linux NVTT build issue by restricting the addition of the new libs to just Windows
7 years ago
Robert Osfield 7d311915e7 Merged NVTT cmake fixes from 3.4 branch
7 years ago
Alberto Luaces 958e954b93 Use a minimal set of OpenCASCADE libraries.
7 years ago
OpenSceneGraph git repository b909ac2d95
Added return to last line
7 years ago
Björn Blissing 09eefd7973 Added script to identify Windows version
7 years ago
Raymond de Vries 41dda781ee 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
Robert Osfield 4f2328bc09 From Raymond de Vires, added support for 2018 and 2016 versions of FBX.
7 years ago
Laurens Voerman 985b3a7206 removed las_c library from FindLIBLAS.cmake, it's not used by the osg plugin.
7 years ago
Daniel Emminizer a9f0793e69 SETUP_EXE in CMake now uses same define for including the GLCORE headers as SETUP_LIBRARY and SETUP_PLUGIN. Fixes Windows build errors for applications.
7 years ago
Robert Osfield af609dfb67 Revert commit 904619e219 as it was causeing build problems
7 years ago
Robert Osfield 904619e219 Merged addition of "" around variable from 3.4 branch
7 years ago
Laurens Voerman c939f7f0fc fix for visual studio trying to link "debug.lib" and "release.lib"
7 years ago
luzpaz 2cd31f65e4 misc. typo fixes
7 years ago
Robert Osfield c18be2fc41 Replaced local FindZLIB.cmake usage with CMake's own FindZLIB.cmake, and ZLIB_LIBRARY to ZLIB_LIBRARIES
7 years ago
Robert Osfield e4b4d1aa59 Replaced local FindOurDCMTK.cmake with stock Cmake's FindDCMTK.cmake as the later is now feature complete and has full support for debug and release libraries.
7 years ago
Robert Osfield 9cdeabfbb6 Merged MSVC static build fix from OpenSceneGraph-3.4
7 years ago
cxw dbff652aed Still build even if CPACK_GENERATOR is undefined
7 years ago
Robert Osfield 90cda8ede2 Refactored COLLADA_BUILDNAME and COLLADA_BOOST_BUILDNAME to resolve case where CMAKE_VS_PLATFORM_TOOLSET is not set.
7 years ago
Torben Dannhauer 67ef816da0 Update to FindCollada.cmake to handle Visual Studio 2017 binaries
8 years ago
Torben Dannhauer 53a10a7bd9 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
Marcel Pursche 1bf303e566 Improved cpack configuration for building debian packages:
8 years ago
OpenSceneGraph git repository ce0fbabb4e Merge pull request #207 from LaurensVoerman/submitOpenCascade
8 years ago
Laurens Voerman 75e6889366 fix OpenCascade library list for use with shared libs; added list and options for static lib
8 years ago
OpenSceneGraph git repository 58b9f5208f Merge pull request #206 from LaurensVoerman/submitLAScmake
8 years ago
OpenSceneGraph git repository fea86426ed Merge pull request #205 from LaurensVoerman/submitGTAcmake
8 years ago
Laurens Voerman ef01913b9a allow library names liblas.lib and liblas_c.lib;fix include dirs typo; link only liblas_c in plugin.
8 years ago
Laurens Voerman f8ed554ddb use normal cmake search if PKG_CHECK_MODULES fails; fix win32 debug linking with SET(TARGET_LIBRARIES_VARS GTA_LIBRARY)
8 years ago
Laurens Voerman 0f899a2a1e added FBX SDK 2017.1 and try to add apple (clang) support (not tested - I have no apple)
8 years ago
Robert Osfield 0052a650b8 From Torben Dannhauer, build updates for NVTT.
8 years ago
Robert Osfield 45e1523a09 From Torben Dannahauer, updates to track changes to Winddows 3rd party package
8 years ago
Robert Osfield b950c428a6 From Vladimir Chebaev, "Dynamic linking of fbx plugin and fbx SDK"
8 years ago
Robert Osfield 5b52f8ca67 Removed debug output
8 years ago
Robert Osfield 5f0f7b88cf Refined the list of libraries to link
8 years ago
Robert Osfield 43b051b984 Teaking FindOpenCascade to help with linking of iges plugin
8 years ago
Robert Osfield a9bc508dc4 From Abhishek Bansal, with ammendemts by Robet Osfield to get working with recent OpenCascade and usng CMake.
8 years ago
Robert Osfield 4e5f0fc3a5 Added a dedicated FindEGL.cmake script to help with locating the EGL.so library and header
8 years ago
Torben Dannhauer d51036f57e From Torben Dannhauer, added search for new libcurl and libtiff names
8 years ago
Robert Osfield 17328d313d From Torben Dannhauer, added freetype27 (2.7) to search list
8 years ago
Laurens Voerman 2764b52c02 remove CMAKE_BUILD_TYPE STREQUAL "Release" (cmake configure time varable) to select pdb install - select CONFIGURATIONS RelWithDebInfo Debug
8 years ago
Robert Osfield bd85bc0cf3 Changed tabs to four spaces to avoid different editors rendering the indentation differently
8 years ago
Laurens Voerman cba84f74aa adaptations for cmake changes mid 2015 (SelectLibraryConfigurations.cmake) with SelectLibraryConfigurations.cmake
8 years ago