Skip to content
CMakeLists.txt 37.2 KiB
Newer Older
Reid Kleckner's avatar
Reid Kleckner committed
endif()

# This allows us to deploy the Universal CRT DLLs by passing -DCMAKE_INSTALL_UCRT_LIBRARIES=ON to CMake
if (MSVC)
  include(InstallRequiredSystemLibraries)
endif()