Skip to content

Commit 2f0094e

Browse files
authored
Merge pull request #470 from CodaFi/enforce-this
Add KeyAndFingerprintEnforcer to the CMake
2 parents a0fa5b5 + c244e25 commit 2f0094e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Sources/SwiftDriver/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ add_library(SwiftDriver
4242
"IncrementalCompilation/DictionaryOfDictionaries.swift"
4343
"IncrementalCompilation/IncrementalCompilationState.swift"
4444
"IncrementalCompilation/InputInfo.swift"
45+
"IncrementalCompilation/KeyAndFingerprintEnforcer.swift"
4546
"IncrementalCompilation/ModuleDependencyGraph.swift"
4647
"IncrementalCompilation/Multidictionary.swift"
4748
"IncrementalCompilation/SourceFileDependencyGraph.swift"

Sources/SwiftDriver/IncrementalCompilation/KeyAndFingerprintEnforcer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===------- ExternalDependencyHolder.swift -------------------------------===//
1+
//===------- KeyAndFingerprintEnforcer.swift ------------------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

0 commit comments

Comments
 (0)