mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
7 lines
192 B
CMake
7 lines
192 B
CMake
set(TARGET_NAME animation)
|
|
setup_hifi_library(Network Script)
|
|
link_hifi_libraries(shared model fbx)
|
|
include_hifi_library_headers(networking)
|
|
include_hifi_library_headers(gpu)
|
|
|
|
target_nsight()
|