We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0b466c + 874e240 commit a6daf01Copy full SHA for a6daf01
src/exa/BUILD
@@ -12,12 +12,10 @@ package(
12
cc_library(
13
name = "exa",
14
srcs = [
15
- "src/MakeExample.cpp",
16
"src/example.cpp",
17
"src/observer.h",
18
],
19
hdrs = [
20
- "include/exa/MakeExample.h",
21
"include/exa/example.h",
22
23
includes = [
@@ -33,12 +31,16 @@ cc_library(
33
31
34
32
name = "ui",
35
+ "src/MakeExample.cpp",
36
"src/graphics.cpp",
37
"src/graphics.h",
38
39
":swig",
40
":tcl",
41
+ hdrs = [
42
+ "include/exa/MakeExample.h",
43
+ ],
44
copts = [
45
"-Isrc/exa/src",
46
0 commit comments