File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 7
7
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
8
8
9
9
add_subdirectory (Build )
10
- add_subdirectory (clibc )
11
10
add_subdirectory (Commands )
12
11
add_subdirectory (PackageDescription4 )
13
12
add_subdirectory (PackageGraph )
@@ -21,6 +20,7 @@ add_subdirectory(swift-run)
21
20
add_subdirectory (swift-test )
22
21
add_subdirectory (TSCBasic )
23
22
add_subdirectory (TSCLibc )
23
+ add_subdirectory (TSCclibc )
24
24
add_subdirectory (TSCUtility )
25
25
if (CMAKE_SYSTEM_NAME STREQUAL Darwin )
26
26
add_subdirectory (swiftpm-xctest-helper )
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ add_library(TSCBasic
10
10
Await.swift
11
11
ByteString.swift
12
12
CacheableSequence.swift
13
+ CodableResult.swift
13
14
CollectionAlgorithms.swift
14
15
CollectionExtensions.swift
15
16
Condition .swift
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ add_library(TSCUtility
18
18
IndexStore.swift
19
19
InterruptHandler.swift
20
20
misc.swift
21
+ OSLog.swift
21
22
PkgConfig.swift
22
23
Platform.swift
23
24
ProgressAnimation.swift
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ add_library(Workspace
18
18
misc.swift )
19
19
target_link_libraries (Workspace PUBLIC
20
20
TSCBasic
21
+ TSCUtility
21
22
Build
22
23
PackageGraph
23
24
PackageModel
You can’t perform that action at this time.
0 commit comments