mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
Fix sdlviewer build.
This commit is contained in:
@@ -303,8 +303,9 @@ set(TINYUSDZ_DEP_SOURCES
|
||||
../../src/external/fpng.cpp
|
||||
../../src/external/staticstruct.cc
|
||||
../../src/external/tinyxml2/tinyxml2.cpp
|
||||
../../src/external/ryu/ryu/s2d.c
|
||||
../../src/external/ryu/ryu/s2f.c)
|
||||
#../../src/external/ryu/ryu/s2d.c
|
||||
#../../src/external/ryu/ryu/s2f.c
|
||||
)
|
||||
|
||||
set(GUI_SOURCES
|
||||
../common/trackball.cc
|
||||
@@ -342,6 +343,10 @@ target_include_directories(${BUILD_TARGET}
|
||||
target_include_directories(
|
||||
${BUILD_TARGET} PRIVATE ${PROJECT_SOURCE_DIR}/../../src/external/ryu/)
|
||||
|
||||
# fast_float
|
||||
target_include_directories(
|
||||
${BUILD_TARGET} PRIVATE ${PROJECT_SOURCE_DIR}/../../src/external/fast_float/include/)
|
||||
|
||||
#target_include_directories(${BUILD_TARGET} PRIVATE "${PROJECT_SOURCE_DIR}/../common/SDL2-2.0.12/include"
|
||||
|
||||
if(USDVIEW_USE_NATIVEFILEDIALOG)
|
||||
|
||||
Reference in New Issue
Block a user