diff --git a/tests/animation/CMakeLists.txt b/tests/animation/CMakeLists.txt index 3ffe014ee8..227914c2ba 100644 --- a/tests/animation/CMakeLists.txt +++ b/tests/animation/CMakeLists.txt @@ -1,7 +1,7 @@ # Declare dependencies macro (setup_testcase_dependencies) # link in the shared libraries - link_hifi_libraries(shared animation gpu hfm graphics networking test-utils image) + link_hifi_libraries(shared animation gpu hfm model-serializers graphics networking test-utils image) package_libraries_for_deployment() endmacro () diff --git a/tests/gpu/CMakeLists.txt b/tests/gpu/CMakeLists.txt index cba78ebb4b..0e492f9db5 100644 --- a/tests/gpu/CMakeLists.txt +++ b/tests/gpu/CMakeLists.txt @@ -1,7 +1,7 @@ # Declare dependencies macro (setup_testcase_dependencies) # link in the shared libraries - link_hifi_libraries(shared test-utils ktx gpu gl ${PLATFORM_GL_BACKEND}) + link_hifi_libraries(shared test-utils ktx gpu gl shaders networking ${PLATFORM_GL_BACKEND}) package_libraries_for_deployment() target_opengl() target_zlib() @@ -10,5 +10,5 @@ macro (setup_testcase_dependencies) add_dependency_external_projects(wasapi) endif () endmacro () - +set(OpenGL_GL_PREFERENCE "GLVND") setup_hifi_testcase() diff --git a/tests/workload/CMakeLists.txt b/tests/workload/CMakeLists.txt index 53ee7acba1..51af6d1960 100644 --- a/tests/workload/CMakeLists.txt +++ b/tests/workload/CMakeLists.txt @@ -1,7 +1,7 @@ # Declare dependencies macro (setup_testcase_dependencies) - link_hifi_libraries(shared workload) + link_hifi_libraries(shared workload shaders) package_libraries_for_deployment() endmacro ()