Skip to content

Commit 819e5b0

Browse files
committed
Add src/cut : add needed @boost dependencies.
Signed-off-by: Henner Zeller <[email protected]>
1 parent 713a212 commit 819e5b0

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

src/cut/BUILD

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,24 @@ cc_library(
2424
"include/cut/logic_cut.h",
2525
"include/cut/logic_extractor.h",
2626
],
27+
defines = [
28+
"_GLIBCXX_ASSERTIONS",
29+
"ABC_NAMESPACE=abc",
30+
],
2731
includes = ["include"],
2832
deps = [
29-
"//src/odb",
3033
"//src/dbSta",
34+
"//src/odb",
3135
"//src/rsz",
3236
"//src/sta:opensta_lib",
3337
"//src/utl",
38+
"@boost.bind",
39+
"@boost.config",
3440
"@boost.fusion",
41+
"@boost.lambda",
42+
"@boost.optional",
43+
"@boost.phoenix",
44+
"@boost.spirit",
3545
"@edu_berkeley_abc//:abc-lib",
3646
],
37-
defines = [
38-
"_GLIBCXX_ASSERTIONS",
39-
"ABC_NAMESPACE=abc",
40-
],
4147
)
42-

0 commit comments

Comments
 (0)