From d61b3e5790d5ee78d366836ec060fdec310a800d Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Wed, 28 Oct 2015 17:41:52 -0700 Subject: [PATCH] Fixing controller link requirements --- tests/controllers/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/controllers/CMakeLists.txt b/tests/controllers/CMakeLists.txt index d9bef079ff..d1c8464dd5 100644 --- a/tests/controllers/CMakeLists.txt +++ b/tests/controllers/CMakeLists.txt @@ -6,7 +6,7 @@ setup_hifi_project(Script Qml) set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/") # link in the shared libraries -link_hifi_libraries(shared script-engine plugins input-plugins display-plugins controllers) +link_hifi_libraries(shared gl script-engine plugins render-utils input-plugins display-plugins controllers) if (WIN32)