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 03a00ed commit d157198Copy full SHA for d157198
CMakeLists.txt
@@ -11,6 +11,8 @@ set_property(GLOBAL PROPERTY JOB_POOLS local_jobs=${localhost_logical_cores})
11
# Put linking in that category
12
set_property(GLOBAL PROPERTY JOB_POOL_LINK local_jobs)
13
14
+ENABLE_LANGUAGE(C)
15
+
16
# First include general CMake utilities.
17
include(SwiftUtils)
18
include(CheckSymbolExists)
tools/SwiftSourceKitClient/SourceKitdClient.swift
@@ -13,6 +13,7 @@
//===----------------------------------------------------------------------===//
import sourcekitd
+import Foundation
public class SourceKitdService {
19
0 commit comments