We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68acc95 + 819e5b0 commit a181bb2Copy full SHA for a181bb2
src/cut/BUILD
@@ -24,19 +24,24 @@ cc_library(
24
"include/cut/logic_cut.h",
25
"include/cut/logic_extractor.h",
26
],
27
+ defines = [
28
+ "_GLIBCXX_ASSERTIONS",
29
+ "ABC_NAMESPACE=abc",
30
+ ],
31
includes = ["include"],
32
deps = [
- "//src/odb",
33
"//src/dbSta",
34
+ "//src/odb",
35
"//src/rsz",
36
"//src/sta:opensta_lib",
37
"//src/utl",
38
+ "@boost.bind",
39
+ "@boost.config",
40
"@boost.fusion",
41
+ "@boost.lambda",
42
+ "@boost.optional",
43
+ "@boost.phoenix",
44
+ "@boost.spirit",
45
"@edu_berkeley_abc//:abc-lib",
46
- defines = [
- "_GLIBCXX_ASSERTIONS",
- "ABC_NAMESPACE=abc",
- ],
47
)
-
0 commit comments