mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 01:04:47 +02:00
9 lines
279 B
CMake
9 lines
279 B
CMake
set(TARGET_NAME animation)
|
|
setup_hifi_library(Network Script)
|
|
link_hifi_libraries(shared graphics model-serializers)
|
|
include_hifi_library_headers(networking)
|
|
include_hifi_library_headers(gpu)
|
|
include_hifi_library_headers(hfm)
|
|
include_hifi_library_headers(image)
|
|
|
|
target_nsight()
|