We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f10fe92 commit 2b96b48Copy full SHA for 2b96b48
Sources/Basics/CMakeLists.txt
@@ -1,6 +1,6 @@
1
# This source file is part of the Swift.org open source project
2
#
3
-# Copyright (c) 2014 - 2019 Apple Inc. and the Swift project authors
+# Copyright (c) 2014 - 2021 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
@@ -17,7 +17,8 @@ add_library(Basics
17
HTTPClient.swift
18
JSON+Extensions.swift
19
Sandbox.swift
20
- SwiftVersion.swift)
+ SwiftVersion.swift
21
+ SQLiteBackedCache.swift)
22
target_link_libraries(Basics PUBLIC
23
TSCBasic
24
TSCUtility)
0 commit comments