File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
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_library (TSCUtility
10
+ Archiver.swift
10
11
ArgumentParser.swift
11
12
ArgumentParserShellCompletion.swift
12
13
BuildFlags.swift
13
14
CollectionExtensions.swift
14
15
Diagnostics.swift
15
- dlopen .swift
16
+ Downloader .swift
16
17
FSWatch.swift
18
+ FloatingPointExtensions.swift
17
19
Git.swift
18
20
IndexStore.swift
19
21
InterruptHandler.swift
20
- misc.swift
21
22
OSLog.swift
22
23
PkgConfig.swift
23
24
Platform.swift
@@ -28,7 +29,9 @@ add_library(TSCUtility
28
29
URL.swift
29
30
Verbosity.swift
30
31
Version .swift
31
- Versioning.swift )
32
+ Versioning.swift
33
+ dlopen.swift
34
+ misc.swift )
32
35
target_link_libraries (TSCUtility PUBLIC
33
36
TSCBasic )
34
37
# NOTE(compnerd) workaround for CMake not setting up include flags yet
You can’t perform that action at this time.
0 commit comments