[flang-rt] Install flang_rt.cuda with the toolchain. (#131373)

This commit is contained in:
Slava Zakharin
2025-03-14 16:12:32 -07:00
committed by GitHub
parent 5b2a8819fb
commit c8b8415b1a

View File

@@ -23,6 +23,7 @@ add_flangrt_library(flang_rt.cuda STATIC SHARED
OUTPUT_NAME "flang_rt.cuda_${CUDAToolkit_VERSION_MAJOR}"
INCLUDE_DIRECTORIES
PRIVATE ${CUDAToolkit_INCLUDE_DIRS}
INSTALL_WITH_TOOLCHAIN
)
# For the static library, link-in the static dependencies as well.