mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 04:13:42 +02:00
7 lines
214 B
CMake
7 lines
214 B
CMake
set(TARGET_NAME model-serializers)
|
|
setup_hifi_library()
|
|
|
|
link_hifi_libraries(shared graphics networking image hfm procedural material-networking ktx shaders)
|
|
include_hifi_library_headers(gpu image)
|
|
|
|
target_draco()
|