Skip to content
CMakeLists.txt 37.2 KiB
Newer Older
Reid Kleckner's avatar
Reid Kleckner committed
    else()
      message(SEND_ERROR "Specified distribution component '${target}' doesn't have an install target")
Reid Kleckner's avatar
Reid Kleckner committed
    endif()
  endforeach()
endif()

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