Skip to content

Commit c8f189e

Browse files
committed
[bazel] Add new C files
1 parent f51c6cb commit c8f189e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BUILD.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ cc_library(
376376

377377
cc_library(
378378
name = "_SwiftSyntaxCShims",
379+
srcs = glob(["Sources/_SwiftSyntaxCShims/*.c"]),
379380
hdrs = glob(["Sources/_SwiftSyntaxCShims/include/*.h"]),
380381
includes = ["Sources/_SwiftSyntaxCShims/include"],
381382
tags = ["swift_module=_SwiftSyntaxCShims"],

0 commit comments

Comments
 (0)