Skip to content

Commit fe10999

Browse files
committed
drt: bazel: triton_route -> drt
Signed-off-by: Vitor Bandeira <[email protected]>
1 parent d42d7cc commit fe10999

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/drt/BUILD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ cc_library(
194194
"src/ta/FlexTA_rq.cpp",
195195
],
196196
hdrs = [
197-
"include/triton_route/TritonRoute.h",
197+
"include/drt/TritonRoute.h",
198198
],
199199
copts = [
200200
"-Isrc/drt/src",
@@ -225,7 +225,7 @@ cc_library(
225225
cc_library(
226226
name = "ui",
227227
srcs = [
228-
"include/triton_route/TritonRoute.h",
228+
"include/drt/TritonRoute.h",
229229
"src/AbstractGraphicsFactory.h",
230230
"src/GraphicsFactory.cpp",
231231
"src/GraphicsFactory.h",
@@ -256,7 +256,7 @@ cc_library(
256256
":tcl",
257257
],
258258
hdrs = [
259-
"include/triton_route/MakeTritonRoute.h",
259+
"include/drt/MakeTritonRoute.h",
260260
],
261261
copts = [
262262
"-Isrc/drt/src",
@@ -312,7 +312,7 @@ tcl_wrap_cc(
312312
python_wrap_cc(
313313
name = "swig-py",
314314
srcs = [
315-
"include/triton_route/TritonRoute.h",
315+
"include/drt/TritonRoute.h",
316316
"src/TritonRoute-py.i",
317317
"//:error_swig-py",
318318
],

0 commit comments

Comments
 (0)