mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Add windows runtime copy with install step under msvc
This commit is contained in:
parent
df1b5dd62c
commit
90465d6261
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user