mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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)
|