Skip to content

Commit cf2bd95

Browse files
authored
Merge pull request #419 from hdl/rmp-1
Export all abc headers in edu_berkeley_abc
2 parents 5223ac6 + 8b3c51d commit cf2bd95

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

dependency_support/edu_berkeley_abc/bundled.BUILD.bazel

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1197,11 +1197,7 @@ cc_library(
11971197
"src/sat/xsat/xsatSolverAPI.c",
11981198
"src/sat/xsat/xsatSolver.c",
11991199
],
1200-
hdrs = [
1201-
"src/base/abc/abc.h",
1202-
"src/base/main/main.h",
1203-
"src/misc/util/abc_global.h",
1204-
],
1200+
hdrs = glob(["src/**/*.h"]) + glob(["src/**/*.hpp"]),
12051201
copts = [
12061202
"-Wno-sign-compare",
12071203
"-Wno-unused-function",

0 commit comments

Comments
 (0)