Skip to content

Commit b4836af

Browse files
committed
Fix CMake build
1 parent b0a8f8d commit b4836af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Sources/Basics/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This source file is part of the Swift.org open source project
22
#
3-
# Copyright (c) 2014 - 2019 Apple Inc. and the Swift project authors
3+
# Copyright (c) 2014 - 2021 Apple Inc. and the Swift project authors
44
# Licensed under Apache License v2.0 with Runtime Library Exception
55
#
66
# See http://swift.org/LICENSE.txt for license information
@@ -17,7 +17,8 @@ add_library(Basics
1717
HTTPClient.swift
1818
JSON+Extensions.swift
1919
Sandbox.swift
20-
SwiftVersion.swift)
20+
SwiftVersion.swift
21+
SQLiteBackedCache.swift)
2122
target_link_libraries(Basics PUBLIC
2223
TSCBasic
2324
TSCUtility)

0 commit comments

Comments
 (0)