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.
1 parent 5223ac6 commit 8b3c51dCopy full SHA for 8b3c51d
dependency_support/edu_berkeley_abc/bundled.BUILD.bazel
@@ -1197,11 +1197,7 @@ cc_library(
1197
"src/sat/xsat/xsatSolverAPI.c",
1198
"src/sat/xsat/xsatSolver.c",
1199
],
1200
- hdrs = [
1201
- "src/base/abc/abc.h",
1202
- "src/base/main/main.h",
1203
- "src/misc/util/abc_global.h",
1204
- ],
+ hdrs = glob(["src/**/*.h"]) + glob(["src/**/*.hpp"]),
1205
copts = [
1206
"-Wno-sign-compare",
1207
"-Wno-unused-function",
0 commit comments