File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ cc_library(
3030 "//:ord" ,
3131 "//src/grt:types" ,
3232 "//src/utl" ,
33+ "@tk_tcl//:tcl" ,
3334 ],
3435)
3536
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments