Skip to content

Commit 1b94187

Browse files
authored
Merge pull request #30 from hartbit/update-cmakelists
Update TSCUtility CMakeLists
2 parents 35f0d67 + 383fb95 commit 1b94187

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Sources/TSCUtility/CMakeLists.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,18 @@
77
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
88

99
add_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)
3235
target_link_libraries(TSCUtility PUBLIC
3336
TSCBasic)
3437
# NOTE(compnerd) workaround for CMake not setting up include flags yet

0 commit comments

Comments
 (0)