Skip to content

Commit 09e900b

Browse files
committed
update cmake build
1 parent e151f74 commit 09e900b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Sources/PackageSigning/CMakeLists.txt

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

99
add_library(PackageSigning STATIC
10+
SigningEntity/FilePackageSigningEntityStorage.swift
11+
SigningEntity/PackageSigningEntityStorage.swift
12+
SigningEntity/SigningEntity.swift
1013
SignatureProvider.swift
11-
SigningEntity.swift
1214
SigningIdentity.swift)
1315
target_link_libraries(PackageSigning PUBLIC
16+
$<$<NOT:$<PLATFORM_ID:Darwin>>:dispatch>
1417
$<$<NOT:$<PLATFORM_ID:Darwin>>:Foundation>
15-
Basics)
18+
Basics
19+
PackageModel
20+
TSCBasic)
1621
# NOTE(compnerd) workaround for CMake not setting up include flags yet
1722
set_target_properties(PackageSigning PROPERTIES
1823
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY})

0 commit comments

Comments
 (0)