File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
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" )
@@ -300,9 +302,9 @@ cc_binary(
300302
301303cc_library (
302304 name = "opensta_lib" ,
303- srcs = parser_cc + parser_headers + glob (
305+ srcs = parser_cc +
306+ parser_headers + glob (
304307 include = [
305- "app/StaMain.cc" ,
306308 "dcalc/*.cc" ,
307309 "dcalc/*.hh" ,
308310 "graph/*.cc" ,
@@ -333,6 +335,7 @@ cc_library(
333335 "util/Machine*.cc" ,
334336 ],
335337 ) + [
338+ "app/StaMain.cc" ,
336339 "util/Machine.cc" ,
337340 ":StaConfig" ,
338341 ],
You can’t perform that action at this time.
0 commit comments