mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #85778 from etcwilde/ewilde/export-glibc-clang-overlay
CMake: Add GlibC Clang Overlay to export set
This commit is contained in:
@@ -28,6 +28,8 @@ add_library(SwiftGlibcClangOverlay INTERFACE
|
||||
target_compile_options(SwiftGlibcClangOverlay INTERFACE
|
||||
"$<BUILD_INTERFACE:$<$<COMPILE_LANGUAGE:Swift>:SHELL:-vfsoverlay ${CMAKE_CURRENT_BINARY_DIR}/glibc-overlay.yml>>")
|
||||
|
||||
install(TARGETS SwiftGlibcClangOverlay EXPORT SwiftOverlayTargets)
|
||||
|
||||
install(
|
||||
FILES
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/glibc.modulemap"
|
||||
|
||||
Reference in New Issue
Block a user