File tree 3 files changed +38
-0
lines changed
FoundationInternationalization/ProgressReporter
3 files changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ add_subdirectory(JSON)
44
44
add_subdirectory (Locale)
45
45
add_subdirectory (Predicate)
46
46
add_subdirectory (ProcessInfo)
47
+ add_subdirectory (ProgressReporter)
47
48
add_subdirectory (PropertyList)
48
49
add_subdirectory (String )
49
50
add_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