Skip to content

Commit f1261c0

Browse files
authored
Merge pull request #3035 from keith/ks/bazel-add-new-c-files
[bazel] Add new C files
2 parents f650d77 + c8f189e commit f1261c0

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
@@ -385,6 +385,7 @@ cc_library(
385385

386386
cc_library(
387387
name = "_SwiftSyntaxCShims",
388+
srcs = glob(["Sources/_SwiftSyntaxCShims/*.c"]),
388389
hdrs = glob(["Sources/_SwiftSyntaxCShims/include/*.h"]),
389390
includes = ["Sources/_SwiftSyntaxCShims/include"],
390391
tags = ["swift_module=_SwiftSyntaxCShims"],

0 commit comments

Comments
 (0)