Skip to content

Commit d157198

Browse files
committed
enable c
1 parent 03a00ed commit d157198

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ set_property(GLOBAL PROPERTY JOB_POOLS local_jobs=${localhost_logical_cores})
1111
# Put linking in that category
1212
set_property(GLOBAL PROPERTY JOB_POOL_LINK local_jobs)
1313

14+
ENABLE_LANGUAGE(C)
15+
1416
# First include general CMake utilities.
1517
include(SwiftUtils)
1618
include(CheckSymbolExists)

tools/SwiftSourceKitClient/SourceKitdClient.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
//===----------------------------------------------------------------------===//
1414

1515
import sourcekitd
16+
import Foundation
1617

1718
public class SourceKitdService {
1819

0 commit comments

Comments
 (0)