Skip to content

Commit 82b1600

Browse files
committed
Add missing file Options.cc from Minisat2 CMakefile in scripts/ folder.
1 parent b0c0a6c commit 82b1600

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/minisat2_CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
add_library(minisat2-condensed
55
minisat/simp/SimpSolver.cc
66
minisat/core/Solver.cc
7+
minisat/utils/Options.cc
78
)
89

910
set_target_properties(

0 commit comments

Comments
 (0)