mirror of
https://github.com/overte-org/overte.git
synced 2025-05-05 10:17:53 +02:00
9 lines
265 B
CMake
9 lines
265 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)
|
|
include_hifi_library_headers(hfm)
|
|
include_hifi_library_headers(image)
|
|
|
|
target_nsight()
|