mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 00:36:30 +02: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)
|
set(TARGET_NAME fbx)
|
||||||
setup_hifi_library()
|
setup_hifi_library()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
link_hifi_libraries(shared model networking image)
|
link_hifi_libraries(shared model networking image)
|
||||||
include_hifi_library_headers(gpu 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