Fix windows build
This commit is contained in:
@@ -23,6 +23,7 @@ include(SetupVulkan)
|
||||
include(Filter)
|
||||
include(AppleHelper)
|
||||
include(SetShaderDependency)
|
||||
add_compile_definitions(NOMINMAX)
|
||||
|
||||
set(DEPENDENCY_MIRROR_FILE "DependencyMirrors.txt" CACHE STRING "Dependency mirror")
|
||||
VarsFromFile("${DEPENDENCY_MIRROR_FILE}") # Load mirror list (for CICD)
|
||||
|
||||
@@ -60,5 +60,4 @@ LinkMsdf(openVulkanoCpp)
|
||||
|
||||
SetGlmDefines(openVulkanoCpp)
|
||||
add_compile_definitions(LIBARCHIVE_STATIC)
|
||||
add_compile_definitions(NOMINMAX)
|
||||
add_compile_definitions("DEBUG=$<CONFIG:Debug>")
|
||||
|
||||
Reference in New Issue
Block a user