We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f1623 commit b7126ddCopy full SHA for b7126dd
ortools/algorithms/CMakeLists.txt
@@ -13,6 +13,7 @@
13
14
file(GLOB _SRCS "*.h" "*.cc")
15
list(FILTER _SRCS EXCLUDE REGEX ".*/.*_test.cc")
16
+list(FILTER _SRCS EXCLUDE REGEX ".*/set_cover_solve.cc")
17
18
set(NAME ${PROJECT_NAME}_algorithms)
19
0 commit comments