mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
add draco as external to FBX library
This commit is contained in:
parent
395c9283dc
commit
61314949ec
1 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,10 @@
|
|||
set(TARGET_NAME fbx)
|
||||
setup_hifi_library()
|
||||
|
||||
|
||||
|
||||
link_hifi_libraries(shared model networking image)
|
||||
include_hifi_library_headers(gpu image)
|
||||
|
||||
add_dependency_external_projects(draco)
|
||||
find_package(Draco REQUIRED)
|
||||
target_include_directories(${TARGET_NAME} SYSTEM PRIVATE ${DRACO_INCLUDE_DIRS})
|
||||
target_link_libraries(${TARGET_NAME} ${DRACO_LIBRARY} ${DRACO_ENCODER_LIBRARY})
|
||||
|
|
Loading…
Reference in a new issue