summaryrefslogtreecommitdiffstats
path: root/external
diff options
context:
space:
mode:
Diffstat (limited to 'external')
-rw-r--r--external/CMakeLists.txt6
m---------external/glslang0
2 files changed, 6 insertions, 0 deletions
diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt
index 72a27285e..3ad07f10a 100644
--- a/external/CMakeLists.txt
+++ b/external/CMakeLists.txt
@@ -26,6 +26,12 @@ endif()
# LZ4
set(LZ4_BUNDLED_MODE ON)
add_subdirectory(lz4/build/cmake EXCLUDE_FROM_ALL SYSTEM)
+if(MSVC)
+ target_compile_options(
+ lz4_static
+ PRIVATE /wd5045 /wd4820 /wd4711 /wd6385 /wd6262
+ )
+endif()
# Vulkan headers
add_subdirectory(vulkan EXCLUDE_FROM_ALL SYSTEM)
diff --git a/external/glslang b/external/glslang
-Subproject 4c20dc0cbb3b20d2afb9ee8595a39508f106662
+Subproject d86ef8a6e2b10508266ec8d63d64e866479d70d