We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9b3ded + e7a8bf7 commit d2681c5Copy full SHA for d2681c5
Runtimes/Overlay/Linux/glibc/clang/CMakeLists.txt
@@ -28,6 +28,8 @@ add_library(SwiftGlibcClangOverlay INTERFACE
28
target_compile_options(SwiftGlibcClangOverlay INTERFACE
29
"$<BUILD_INTERFACE:$<$<COMPILE_LANGUAGE:Swift>:SHELL:-vfsoverlay ${CMAKE_CURRENT_BINARY_DIR}/glibc-overlay.yml>>")
30
31
+install(TARGETS SwiftGlibcClangOverlay EXPORT SwiftOverlayTargets)
32
+
33
install(
34
FILES
35
"${CMAKE_CURRENT_BINARY_DIR}/glibc.modulemap"
0 commit comments