File tree Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,6 @@ add_library(PackageModel
12
12
BuildSettings.swift
13
13
Diagnostics.swift
14
14
Manifest.swift
15
- Manifest/FilteredDependencyDescription.swift
16
- Manifest/PackageConditionDescription.swift
17
- Manifest/PackageDependencyDescription.swift
18
- Manifest/PlatformDescription.swift
19
- Manifest/ProductDescription.swift
20
- Manifest/SystemPackageProviderDescription.swift
21
- Manifest/TargetBuildSettingDescription.swift
22
- Manifest/TargetDescription.swift
23
15
ModuleMapType.swift
24
16
Package.swift
25
17
PackageReference.swift
@@ -31,6 +23,7 @@ add_library(PackageModel
31
23
SupportedLanguageExtension.swift
32
24
SwiftLanguageVersion.swift
33
25
ToolsVersion.swift )
26
+ add_subdirectory (Manifest )
34
27
target_link_libraries (PackageModel PUBLIC
35
28
TSCBasic
36
29
TSCUtility )
Original file line number Diff line number Diff line change
1
+ # This source file is part of the Swift.org open source project
2
+ #
3
+ # Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors
4
+ # Licensed under Apache License v2.0 with Runtime Library Exception
5
+ #
6
+ # See http://swift.org/LICENSE.txt for license information
7
+ # See http://swift.org/CONTRIBUTORS.txt for Swift project authors
8
+
9
+ target_sources (PackageModel PUBLIC
10
+ FilteredDependencyDescription.swift
11
+ PackageConditionDescription.swift
12
+ PackageDependencyDescription.swift
13
+ PlatformDescription.swift
14
+ ProductDescription.swift
15
+ SystemPackageProviderDescription.swift
16
+ TargetBuildSettingDescription.swift
17
+ TargetDescription.swift )
You can’t perform that action at this time.
0 commit comments