File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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(
225225cc_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(
312312python_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 ],
You can’t perform that action at this time.
0 commit comments