瀏覽代碼

Build: Try to fix the windows build

Panagiotis Christopoulos Charitos 8 年之前
父節點
當前提交
3aaa27f733
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -389,7 +389,7 @@ elseif(ANDROID)
 	set(_SYS_SRC "${ANDROID_NDK}/sources/android/native_app_glue/android_native_app_glue.c")
 elseif(WINDOWS)
 	if(GL)
-		set(_SYS ankiglew opengl32)
+		set(THIRD_PARTY_LIBS ${THIRD_PARTY_LIBS} ankiglew opengl32)
 	else()
 		if(NOT DEFINED ENV{VULKAN_SDK})
 			message(FATAL_ERROR "You need to have VULKAN SDK installed and the VULKAN_SDK env variable set")