mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-19 20:31:41 +00:00
Add windows runtime copy with install step under msvc
(cherry picked from commit 90465d6261
)
Co-authored-by: Marek Roszko <mark.roszko@gmail.com>
This commit is contained in:
parent
19890b7f99
commit
cdb5dbfae1
@ -573,6 +573,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
|
||||
|
Loading…
Reference in New Issue
Block a user