mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Overlay: add C++ interop libraries
This introduces a build of the C++ interop runtime support to the new runtime library build. Co-authored-by: Eric Miotto <1094986+edymtt@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
bf6bd5097d
commit
c040f97aff
@@ -122,6 +122,8 @@ copy_library_sources("linker-support" "public/ClangOverlays" "Overlay")
|
||||
message(STATUS "Clang[${StdlibSources}/public/ClangOverlays] -> ${CMAKE_CURRENT_LIST_DIR}/Overlay/clang")
|
||||
copy_files(public/ClangOverlays Overlay/clang FILES float.swift.gyb)
|
||||
|
||||
copy_library_sources("Cxx" "public" "Overlay")
|
||||
|
||||
# Android Overlay
|
||||
message(STATUS "Android modulemaps[${StdlibSources}/Platform] -> ${CMAKE_CURRENT_LIST_DIR}/Overlay/Android/clang")
|
||||
copy_files(public/Platform Overlay/Android/clang
|
||||
|
||||
Reference in New Issue
Block a user