Bug fixes

This commit is contained in:
2023-04-23 14:15:31 -04:00
parent 499ed0be79
commit d32bda0d68
2 changed files with 4 additions and 0 deletions

View File

@@ -15,6 +15,9 @@ if (SIST_DEBUG)
add_compile_definitions(
"SIST_DEBUG=${SIST_DEBUG}"
)
set(VCPKG_BUILD_TYPE debug)
else ()
set(VCPKG_BUILD_TYPE release)
endif ()
if (SIST_DEBUG_INFO)