Browse Source

Build: Try to fix the windows build

Panagiotis Christopoulos Charitos 8 years ago
parent
commit
3aaa27f733
1 changed files with 1 additions and 1 deletions
  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")
 	set(_SYS_SRC "${ANDROID_NDK}/sources/android/native_app_glue/android_native_app_glue.c")
 elseif(WINDOWS)
 elseif(WINDOWS)
 	if(GL)
 	if(GL)
-		set(_SYS ankiglew opengl32)
+		set(THIRD_PARTY_LIBS ${THIRD_PARTY_LIBS} ankiglew opengl32)
 	else()
 	else()
 		if(NOT DEFINED ENV{VULKAN_SDK})
 		if(NOT DEFINED ENV{VULKAN_SDK})
 			message(FATAL_ERROR "You need to have VULKAN SDK installed and the VULKAN_SDK env variable set")
 			message(FATAL_ERROR "You need to have VULKAN SDK installed and the VULKAN_SDK env variable set")