From 5a5eb6e168397169facc6e71909b9ff350f007c1 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Thu, 23 Mar 2017 14:09:34 -0700 Subject: [PATCH] Still trying to fix build error --- tests/render-utils/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/render-utils/CMakeLists.txt b/tests/render-utils/CMakeLists.txt index e7e80f7726..5ec6a28b5c 100644 --- a/tests/render-utils/CMakeLists.txt +++ b/tests/render-utils/CMakeLists.txt @@ -7,5 +7,6 @@ set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/") # link in the shared libraries link_hifi_libraries(render-utils gl gpu gpu-gl shared) +target_link_libraries(${TARGET_NAME} ${CMAKE_THREAD_LIBS_INIT}) package_libraries_for_deployment()