[core] debug cpack for msvc

This commit is contained in:
tangxifan
2026-05-08 21:42:02 -07:00
parent be81be6711
commit 941f68d3c1

View File

@@ -50,6 +50,7 @@ if (CPACK_GENERATOR STREQUAL "IFW")
endif()
# Variables must be defined before including the CPACK module
set(CPACK_BUILD_CONFIG ${CMAKE_BUILD_TYPE})
include(CPack)
include(CPackIFW)