File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ add_library(TSCBasic
3232 Lock.swift
3333 OSLog.swift
3434 ObjectIdentifierProtocol.swift
35- OrderedDictionary.swift
36- OrderedSet.swift
3735 WritableByteStream.swift
3836 Path .swift
3937 PathShims.swift
@@ -57,6 +55,7 @@ target_compile_options(TSCBasic PUBLIC
5755 # Ignore secure function warnings on Windows.
5856 "$<$<PLATFORM_ID:Windows>:SHELL:-Xcc -D_CRT_SECURE_NO_WARNINGS>" )
5957target_link_libraries (TSCBasic PUBLIC
58+ OrderedCollections
6059 TSCLibc)
6160target_link_libraries (TSCBasic PRIVATE
6261 TSCclibc)
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ add_library(TSCUtility
4646 misc.swift
4747)
4848target_link_libraries (TSCUtility PUBLIC
49+ OrderedCollections
4950 TSCBasic)
5051target_link_libraries (TSCUtility PRIVATE
5152 TSCclibc
You can’t perform that action at this time.
0 commit comments