Skip to content

Commit 8b3c51d

Browse files
authored
Export all abc headers in edu_berkeley_abc
1 parent 5223ac6 commit 8b3c51d

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)