File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: BSD-3-Clause
22# Copyright (c) 2025, The OpenROAD Authors
33
4+ load ("@rules_cc//cc:cc_binary.bzl" , "cc_binary" )
5+ load ("@rules_cc//cc:cc_library.bzl" , "cc_library" )
46load ("@rules_hdl//dependency_support/com_github_westes_flex:flex.bzl" , "genlex" )
57load ("@rules_hdl//dependency_support/org_gnu_bison:bison.bzl" , "genyacc" )
68load ("//bazel:tcl_encode_sta.bzl" , "tcl_encode_sta" )
@@ -302,7 +304,6 @@ cc_library(
302304 name = "opensta_lib" ,
303305 srcs = parser_cc + parser_headers + glob (
304306 include = [
305- "app/StaMain.cc" ,
306307 "dcalc/*.cc" ,
307308 "dcalc/*.hh" ,
308309 "graph/*.cc" ,
@@ -333,6 +334,7 @@ cc_library(
333334 "util/Machine*.cc" ,
334335 ],
335336 ) + [
337+ "app/StaMain.cc" ,
336338 "util/Machine.cc" ,
337339 ":StaConfig" ,
338340 ],
You can’t perform that action at this time.
0 commit comments