File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 7
7
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
8
8
9
9
add_library (PackageSigning STATIC
10
+ SigningEntity/FilePackageSigningEntityStorage.swift
11
+ SigningEntity/PackageSigningEntityStorage.swift
12
+ SigningEntity/SigningEntity.swift
10
13
SignatureProvider.swift
11
- SigningEntity.swift
12
14
SigningIdentity.swift )
13
15
target_link_libraries (PackageSigning PUBLIC
16
+ $< $< NOT:$< PLATFORM_ID:Darwin> > :dispatch>
14
17
$< $< NOT:$< PLATFORM_ID:Darwin> > :Foundation>
15
- Basics )
18
+ Basics
19
+ PackageModel
20
+ TSCBasic
21
+ TSCUtility )
16
22
# NOTE(compnerd) workaround for CMake not setting up include flags yet
17
23
set_target_properties (PackageSigning PROPERTIES
18
24
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY} )
You can’t perform that action at this time.
0 commit comments