Skip to content

Commit 676c3de

Browse files
committed
update tinygltf to v2.1.0 - Adds Draco mesh compression support
1 parent d0ae18f commit 676c3de

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ project(Ogre_glTF)
66
set(CMAKE_CXX_STANDARD 14)
77
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
88
set(CMAKE_INSTALL_PREFIX "./output")
9+
set( CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DDEBUG=1 -D_DEBUG=1")
910

1011
if(NOT CMAKE_DEBUG_POSTFIX)
1112
set(CMAKE_DEBUG_POSTFIX "_d")
@@ -119,4 +120,4 @@ install(FILES
119120
./include/Ogre_glTF_OgreResource.hpp
120121
./include/Ogre_glTF_DLL.hpp
121122
DESTINATION
122-
"include")
123+
"include")

0 commit comments

Comments
 (0)