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 77# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
88
99add_library (TSCUtility
10+ Archiver.swift
1011 ArgumentParser.swift
1112 ArgumentParserShellCompletion.swift
1213 BuildFlags.swift
1314 CollectionExtensions.swift
1415 Diagnostics.swift
15- dlopen .swift
16+ Downloader .swift
1617 FSWatch.swift
18+ FloatingPointExtensions.swift
1719 Git.swift
1820 IndexStore.swift
1921 InterruptHandler.swift
20- misc.swift
2122 OSLog.swift
2223 PkgConfig.swift
2324 Platform.swift
@@ -28,7 +29,9 @@ add_library(TSCUtility
2829 URL.swift
2930 Verbosity.swift
3031 Version .swift
31- Versioning.swift)
32+ Versioning.swift
33+ dlopen.swift
34+ misc.swift)
3235target_link_libraries (TSCUtility PUBLIC
3336 TSCBasic)
3437# NOTE(compnerd) workaround for CMake not setting up include flags yet
You can’t perform that action at this time.
0 commit comments