Skip to content

Commit

Permalink
Fix bootstrap build
Browse files Browse the repository at this point in the history
Add Context.swift, ContextModel.swift to CMakeLists.txt
  • Loading branch information
pcbeard committed Oct 19, 2021
1 parent ca846af commit 26e474f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/PackageDescription/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

add_library(PackageDescription
BuildSettings.swift
Context.swift
ContextModel.swift
LanguageStandardSettings.swift
PackageDescription.swift
PackageDescriptionSerialization.swift
Expand Down
1 change: 1 addition & 0 deletions Sources/PackageModel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ add_library(PackageModel
BuildConfiguration.swift
BuildEnvironment.swift
BuildSettings.swift
ContextModel.swift
Diagnostics.swift
Manifest.swift
Manifest/PackageConditionDescription.swift
Expand Down

0 comments on commit 26e474f

Please sign in to comment.