mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 20:28:07 +02:00
9 lines
375 B
CMake
9 lines
375 B
CMake
set(TARGET_NAME model-networking)
|
|
setup_hifi_library()
|
|
link_hifi_libraries(shared shaders networking graphics model-serializers procedural model-baker)
|
|
include_hifi_library_headers(hfm)
|
|
include_hifi_library_headers(task)
|
|
include_hifi_library_headers(gpu)
|
|
include_hifi_library_headers(image)
|
|
include_hifi_library_headers(ktx)
|
|
include_hifi_library_headers(material-networking)
|