Skip to content

Commit c244e25

Browse files
committed
Add KeyAndFingerprintEnforcer to the CMake
1 parent a0fa5b5 commit c244e25

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)