mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 15:53:28 +02:00
render-perf depdends on workload library
This commit is contained in:
parent
c3d08d06ff
commit
9246f6c24a
2 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
set(TARGET_NAME entities-renderer)
|
set(TARGET_NAME entities-renderer)
|
||||||
AUTOSCRIBE_SHADER_LIB(gpu graphics procedural render render-utils)
|
AUTOSCRIBE_SHADER_LIB(gpu graphics procedural render render-utils)
|
||||||
setup_hifi_library(Network Script)
|
setup_hifi_library(Network Script)
|
||||||
link_hifi_libraries(shared gpu procedural graphics model-networking script-engine render render-utils image qml ui pointers)
|
link_hifi_libraries(shared workload gpu procedural graphics model-networking script-engine render render-utils image qml ui pointers)
|
||||||
include_hifi_library_headers(networking)
|
include_hifi_library_headers(networking)
|
||||||
include_hifi_library_headers(gl)
|
include_hifi_library_headers(gl)
|
||||||
include_hifi_library_headers(ktx)
|
include_hifi_library_headers(ktx)
|
||||||
|
@ -14,7 +14,6 @@ include_hifi_library_headers(entities)
|
||||||
include_hifi_library_headers(avatars)
|
include_hifi_library_headers(avatars)
|
||||||
include_hifi_library_headers(controllers)
|
include_hifi_library_headers(controllers)
|
||||||
include_hifi_library_headers(task)
|
include_hifi_library_headers(task)
|
||||||
include_hifi_library_headers(workload)
|
|
||||||
|
|
||||||
target_bullet()
|
target_bullet()
|
||||||
target_polyvox()
|
target_polyvox()
|
||||||
|
|
|
@ -13,7 +13,7 @@ set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/")
|
||||||
|
|
||||||
# link in the shared libraries
|
# link in the shared libraries
|
||||||
link_hifi_libraries(
|
link_hifi_libraries(
|
||||||
shared task networking animation
|
shared task workload networking animation
|
||||||
ktx image octree gl gpu gpu-gl
|
ktx image octree gl gpu gpu-gl
|
||||||
render render-utils
|
render render-utils
|
||||||
graphics fbx model-networking
|
graphics fbx model-networking
|
||||||
|
|
Loading…
Reference in a new issue