Merge branch 'main' into dev

This commit is contained in:
DRC
2022-11-03 14:25:35 -05:00
3 changed files with 51 additions and 10 deletions

View File

@@ -94,7 +94,7 @@ if(WITH_12BIT)
set(INST_DEFS ${INST_DEFS} -D12BIT)
endif()
if(MSVC_IDE)
if(GENERATOR_IS_MULTI_CONFIG)
set(INST_DEFS ${INST_DEFS} "-DBUILDDIR=${CMAKE_CFG_INTDIR}\\")
else()
set(INST_DEFS ${INST_DEFS} "-DBUILDDIR=")