mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #81239 from sookach/pr/runtimes-differentiation
[Runtimes][CMake] Build Differentiation in new style.
This commit is contained in:
@@ -155,13 +155,14 @@ copy_files(public/Platform Overlay/Windows/CRT
|
||||
TiocConstants.swift
|
||||
tgmath.swift.gyb)
|
||||
|
||||
# TODO: Add source directories for the platform overlays, supplemental
|
||||
# libraries, and test support libraries.
|
||||
|
||||
# Supplemental Libraries
|
||||
copy_library_sources(Synchronization "public" "Supplemental")
|
||||
copy_library_sources(Observation "public" "Supplemental")
|
||||
|
||||
# Copy Differentiation sources
|
||||
copy_library_sources("linker-support" "" "Supplemental/Differentiation")
|
||||
copy_library_sources("Differentiation" "public" "Supplemental")
|
||||
|
||||
# Copy StringProcessing, RegexParser, RegexBuilder
|
||||
if(NOT DEFINED StringProcessing_ROOT_DIR)
|
||||
find_path(StringProcessing_ROOT_DIR
|
||||
|
||||
Reference in New Issue
Block a user