Add windows runtime copy with install step under msvc

This commit is contained in:
Marek Roszko 2025-01-22 20:20:46 -05:00
parent df1b5dd62c
commit 90465d6261

View File

@ -597,6 +597,9 @@ if( MSVC )
if( KICAD_WIN32_BUILD_PARALLEL_CL_MP )
string( APPEND CMAKE_CXX_FLAGS " /MP" )
endif()
set( CMAKE_INSTALL_UCRT_LIBRARIES TRUE )
include( InstallRequiredSystemLibraries )
endif()
# KIFACE_SUFFIX is the file extension used for top level program modules which