Skip to content

Commit

Permalink
update tinygltf to v2.1.0 - Adds Draco mesh compression support
Browse files Browse the repository at this point in the history
  • Loading branch information
Ybalrid committed Jan 30, 2019
1 parent d0ae18f commit 676c3de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ project(Ogre_glTF)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
set(CMAKE_INSTALL_PREFIX "./output")
set( CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DDEBUG=1 -D_DEBUG=1")

if(NOT CMAKE_DEBUG_POSTFIX)
set(CMAKE_DEBUG_POSTFIX "_d")
Expand Down Expand Up @@ -119,4 +120,4 @@ install(FILES
./include/Ogre_glTF_OgreResource.hpp
./include/Ogre_glTF_DLL.hpp
DESTINATION
"include")
"include")

0 comments on commit 676c3de

Please sign in to comment.