Skip to content

Commit 0266358

Browse files
committed
allow using a build tree of dispatch, Foundation
Following example apple/swift-crypto#67
1 parent 90007a7 commit 0266358

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/PackageCollectionsSigning/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ add_library(PackageCollectionsSigning
1313
Key/Key+EC.swift
1414
Key/Key+RSA.swift
1515
Utilities/Utilities.swift)
16+
target_link_libraries(PackageCollectionsSigning PUBLIC
17+
$<$<NOT:$<PLATFORM_ID:Darwin>>:dispatch>
18+
$<$<NOT:$<PLATFORM_ID:Darwin>>:Foundation>)
1619
target_link_libraries(PackageCollectionsSigning PRIVATE
1720
Crypto
1821
CCryptoBoringSSL)

0 commit comments

Comments
 (0)