File tree Expand file tree Collapse file tree 3 files changed +38
-0
lines changed
FoundationInternationalization/ProgressReporter Expand file tree Collapse file tree 3 files changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ add_subdirectory(JSON)
4444add_subdirectory (Locale)
4545add_subdirectory (Predicate)
4646add_subdirectory (ProcessInfo)
47+ add_subdirectory (ProgressReporter)
4748add_subdirectory (PropertyList)
4849add_subdirectory (String )
4950add_subdirectory (TimeZone)
Original file line number Diff line number Diff line change 1+ ##===----------------------------------------------------------------------===##
2+ ##
3+ ## This source file is part of the Swift open source project
4+ ##
5+ ## Copyright (c) 2025 Apple Inc. and the Swift project authors
6+ ## Licensed under Apache License v2.0
7+ ##
8+ ## See LICENSE.txt for license information
9+ ## See CONTRIBUTORS.md for the list of Swift project authors
10+ ##
11+ ## SPDX-License-Identifier: Apache-2.0
12+ ##
13+ ##===----------------------------------------------------------------------===##
14+ target_sources (FoundationEssentials PRIVATE
15+ ProgressFraction.swift
16+ ProgressReporter.swift
17+ ProgressReporter+Interop.swift
18+ ProgressReporter+Properties.swift
19+ Subprogress)
Original file line number Diff line number Diff line change 1+ ##===----------------------------------------------------------------------===##
2+ ##
3+ ## This source file is part of the Swift open source project
4+ ##
5+ ## Copyright (c) 2025 Apple Inc. and the Swift project authors
6+ ## Licensed under Apache License v2.0
7+ ##
8+ ## See LICENSE.txt for license information
9+ ## See CONTRIBUTORS.md for the list of Swift project authors
10+ ##
11+ ## SPDX-License-Identifier: Apache-2.0
12+ ##
13+ ##===----------------------------------------------------------------------===##
14+
15+ target_include_directories (FoundationInternationalization PRIVATE .)
16+ target_sources (FoundationInternationalization PRIVATE
17+ ProgressReporter+FileFormatStyle.swift
18+ ProgressReporter+FormatStyle.swift)
You can’t perform that action at this time.
0 commit comments