Skip to content

Commit e3eb135

Browse files
committed
Update glob for //:gnc cpp source to match PIO
1 parent 17242d8 commit e3eb135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ load("@rules_cc//cc:defs.bzl", "cc_library")
77
cc_library(
88
name = "gnc",
99
srcs = glob([
10-
"src/gnc/**/*.hpp", "src/gnc/**/*.cpp", "src/gnc/**/*.inl",
10+
"src/gnc/**/*.hpp", "src/gnc/*.cpp", "src/gnc/**/*.inl",
1111
"include/gnc/**/*.inl"
1212
]),
1313
hdrs = glob([

0 commit comments

Comments
 (0)