Skip to content

Commit a6daf01

Browse files
authored
Merge pull request #8177 from hzeller/feature-20250831-exa-init
Move MakeExample to exa:ui as it is needed for the tcl-swig
2 parents e0b466c + 874e240 commit a6daf01

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/exa/BUILD

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ package(
1212
cc_library(
1313
name = "exa",
1414
srcs = [
15-
"src/MakeExample.cpp",
1615
"src/example.cpp",
1716
"src/observer.h",
1817
],
1918
hdrs = [
20-
"include/exa/MakeExample.h",
2119
"include/exa/example.h",
2220
],
2321
includes = [
@@ -33,12 +31,16 @@ cc_library(
3331
cc_library(
3432
name = "ui",
3533
srcs = [
34+
"src/MakeExample.cpp",
3635
"src/graphics.cpp",
3736
"src/graphics.h",
3837
"src/observer.h",
3938
":swig",
4039
":tcl",
4140
],
41+
hdrs = [
42+
"include/exa/MakeExample.h",
43+
],
4244
copts = [
4345
"-Isrc/exa/src",
4446
],

0 commit comments

Comments
 (0)