Skip to content

Commit

Permalink
add swift-collections to TSCBasic and TSCUtiility’s CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
WowbaggersLiquidLunch committed Jun 12, 2021
1 parent 9fc6eb7 commit c2dc3e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/TSCBasic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ add_library(TSCBasic
Lock.swift
OSLog.swift
ObjectIdentifierProtocol.swift
OrderedDictionary.swift
OrderedSet.swift
WritableByteStream.swift
Path.swift
PathShims.swift
Expand All @@ -57,6 +55,7 @@ target_compile_options(TSCBasic PUBLIC
# Ignore secure function warnings on Windows.
"$<$<PLATFORM_ID:Windows>:SHELL:-Xcc -D_CRT_SECURE_NO_WARNINGS>")
target_link_libraries(TSCBasic PUBLIC
OrderedCollections
TSCLibc)
target_link_libraries(TSCBasic PRIVATE
TSCclibc)
Expand Down
1 change: 1 addition & 0 deletions Sources/TSCUtility/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ add_library(TSCUtility
misc.swift
)
target_link_libraries(TSCUtility PUBLIC
OrderedCollections
TSCBasic)
target_link_libraries(TSCUtility PRIVATE
TSCclibc
Expand Down

0 comments on commit c2dc3e9

Please sign in to comment.