Skip to content

Commit bad3961

Browse files
authored
Merge pull request #7276 from hzeller/feature-20250505-add-tcl
Add tcl dependency for targets that include tcl.h
2 parents 0082016 + a452f44 commit bad3961

5 files changed

Lines changed: 6 additions & 1 deletion

File tree

src/ant/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ cc_library(
3030
"//:ord",
3131
"//src/grt:types",
3232
"//src/utl",
33+
"@tk_tcl//:tcl",
3334
],
3435
)
3536

src/cts/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ cc_library(
5353
"@boost.polygon",
5454
"@boost.unordered",
5555
"@com_github_quantamhd_lemon//:lemon",
56+
"@tk_tcl//:tcl",
5657
],
5758
)
5859

src/grt/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ cc_library(
127127
"@boost.iterator",
128128
"@boost.polygon",
129129
"@org_llvm_openmp//:openmp",
130+
"@tk_tcl//:tcl",
130131
],
131132
)
132133

src/rsz/BUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ cc_library(
5959
"@boost.container_hash",
6060
"@boost.multi_array",
6161
"@spdlog",
62+
"@tk_tcl//:tcl",
6263
],
6364
)
6465

@@ -82,7 +83,7 @@ tcl_wrap_cc(
8283
namespace_prefix = "rsz",
8384
root_swig_src = "src/Resizer.i",
8485
swig_includes = [
85-
"src",
8686
"../sta",
87+
"src",
8788
],
8889
)

src/stt/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ cc_library(
6363
"//src/utl",
6464
"@boost.heap",
6565
"@com_github_quantamhd_lemon//:lemon",
66+
"@tk_tcl//:tcl",
6667
],
6768
)
6869

0 commit comments

Comments
 (0)