File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ add_library(TSCBasic
32
32
Lock.swift
33
33
OSLog.swift
34
34
ObjectIdentifierProtocol.swift
35
- OrderedDictionary.swift
36
- OrderedSet.swift
37
35
WritableByteStream.swift
38
36
Path .swift
39
37
PathShims.swift
@@ -57,6 +55,7 @@ target_compile_options(TSCBasic PUBLIC
57
55
# Ignore secure function warnings on Windows.
58
56
"$<$<PLATFORM_ID:Windows>:SHELL:-Xcc -D_CRT_SECURE_NO_WARNINGS>" )
59
57
target_link_libraries (TSCBasic PUBLIC
58
+ OrderedCollections
60
59
TSCLibc)
61
60
target_link_libraries (TSCBasic PRIVATE
62
61
TSCclibc)
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ add_library(TSCUtility
46
46
misc.swift
47
47
)
48
48
target_link_libraries (TSCUtility PUBLIC
49
+ OrderedCollections
49
50
TSCBasic)
50
51
target_link_libraries (TSCUtility PRIVATE
51
52
TSCclibc
You can’t perform that action at this time.
0 commit comments