mirror of
https://github.com/overte-org/overte.git
synced 2025-04-29 19:42:36 +02:00
7 lines
195 B
CMake
7 lines
195 B
CMake
set(TARGET_NAME animation)
|
|
setup_hifi_library(Network Script)
|
|
link_hifi_libraries(shared graphics fbx)
|
|
include_hifi_library_headers(networking)
|
|
include_hifi_library_headers(gpu)
|
|
|
|
target_nsight()
|