Correct link dependency for glc subgroups library
authorGraeme Leese <gleese@broadcom.com>
Tue, 26 Nov 2019 10:21:20 +0000 (10:21 +0000)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Mon, 2 Dec 2019 10:58:51 +0000 (05:58 -0500)
Because the 'subgroups' library depends on helper functions in the
'gl-common' library this needs to be added to the link command even
though it is its parent.

Components: OpenGL

Change-Id: I47f9c2c6491d241adcb241822225bf16273009cc

external/openglcts/modules/common/subgroups/CMakeLists.txt

index dbfa94a..e6696b9 100644 (file)
@@ -36,6 +36,7 @@ set(DEQP_GL_SUBGROUPS_SRCS
 set(DEQP_GL_SUBGROUPS_LIBS
   glutil
   tcutil
+  glcts-common
   )
 
 PCH(DEQP_GL_SUBGROUPS_SRCS ../../pch.cpp)