Skip to content
CMakeLists.txt 36.8 KiB
Newer Older
# This allows us to deploy the Universal CRT DLLs by passing -DCMAKE_INSTALL_UCRT_LIBRARIES=ON to CMake
if (MSVC)
  include(InstallRequiredSystemLibraries)
endif()