Skip to content

Commit

Permalink
Fixes headers glob.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael K. Sanders committed Dec 17, 2018
1 parent 6df2bb4 commit 1c4fd92
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion BUILD.cuda-local
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
cc_library(
name = "cuda",
hdrs = glob(["include/**/*.h"]),
hdrs = glob([
"include/**/*.h",
"include/**/*.hpp",
]),
srcs = [
"lib64/libcudart.so",
],
Expand Down

0 comments on commit 1c4fd92

Please sign in to comment.