mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-17 11:20:11 +02:00
8 lines
No EOL
228 B
CMake
8 lines
No EOL
228 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()
|
|
target_cgltf() |