File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -13,27 +13,29 @@ add_library(TSCUtility
13
13
BuildFlags.swift
14
14
CollectionExtensions.swift
15
15
Diagnostics.swift
16
- dlopen.swift
17
16
Downloader.swift
18
- FloatingPointExtensions.swift
19
17
FSWatch.swift
18
+ FloatingPointExtensions.swift
20
19
Git.swift
21
20
IndexStore.swift
22
21
InterruptHandler.swift
23
22
JSONMessageStreamingParser.swift
24
- misc.swift
25
23
OSLog.swift
24
+ PersistenceCache.swift
26
25
PkgConfig.swift
27
26
Platform.swift
28
27
PolymorphicCodable.swift
29
28
ProgressAnimation.swift
29
+ SQLite.swift
30
30
SimplePersistence.swift
31
31
StringExtensions.swift
32
32
StringMangling.swift
33
33
URL.swift
34
34
Verbosity.swift
35
35
Version .swift
36
36
Versioning.swift
37
+ dlopen.swift
38
+ misc.swift
37
39
)
38
40
target_link_libraries (TSCUtility PUBLIC
39
41
TSCBasic )
You can’t perform that action at this time.
0 commit comments