Fix build on windows

Components: Framework

VK-GL-CTS issue: 4477

Change-Id: I423fcebc14d30bd7b2e448abecbcbbbd652ad01e
diff --git a/external/openglcts/modules/common/CMakeLists.txt b/external/openglcts/modules/common/CMakeLists.txt
index 512b009..2f9483f 100644
--- a/external/openglcts/modules/common/CMakeLists.txt
+++ b/external/openglcts/modules/common/CMakeLists.txt
@@ -130,6 +130,7 @@
 set(GLCTS_COMMON_LIBS
 	glutil
 	tcutil
+	tcutil-platform
 	eglutil
 	deqp-gl-subgroups
 	)