|
|
@@ -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")
|