mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-22 23:14:10 +02:00
9 lines
256 B
CMake
9 lines
256 B
CMake
set(TARGET_NAME model-baker)
|
|
setup_hifi_library()
|
|
|
|
link_hifi_libraries(shared shaders task gpu graphics hfm material-networking)
|
|
include_hifi_library_headers(networking)
|
|
include_hifi_library_headers(image)
|
|
include_hifi_library_headers(ktx)
|
|
|
|
target_draco()
|