mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Runtimes][CMake] Add differentiation build
Adding initial pass at the differentiation build. Co-authored-by: Andrew Sukach <a_sukach@apple.com>
This commit is contained in:
committed by
Andrew Sukach
parent
11cf263347
commit
7a1fdb3c08
@@ -149,11 +149,12 @@ 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 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