From e601484b17ff8219ab94ce79410a8cb6e7864c3a Mon Sep 17 00:00:00 2001 From: Seiji Emery Date: Fri, 21 Aug 2015 17:24:34 -0700 Subject: [PATCH] ... --- tests/gpu-test/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/gpu-test/CMakeLists.txt b/tests/gpu-test/CMakeLists.txt index 944c54a810..19a41df776 100644 --- a/tests/gpu-test/CMakeLists.txt +++ b/tests/gpu-test/CMakeLists.txt @@ -4,12 +4,12 @@ set(TARGET_NAME gpu-test) AUTOSCRIBE_SHADER_LIB(gpu model render gpu-test) # This is not a testcase -- just set it up as a regular hifi project -setup_hifi_project(Quick Gui OpenGL) +setup_hifi_project(Quick Gui OpenGL Script Widgets) set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/") #include_oglplus() # link in the shared libraries -link_hifi_libraries(render-utils gpu shared networking fbx model animation script) +link_hifi_libraries(render-utils gpu shared networking fbx model animation script-engine) copy_dlls_beside_windows_executable() \ No newline at end of file