Skip to content

Commit

Permalink
quick fix cp-sat python cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Dec 28, 2024
1 parent 5ac50d5 commit 8e006fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ortools/sat/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

file(GLOB _SRCS "*.h" "*.cc")
file(GLOB _SRCS "*.h" "*.cc" "python/linear_expr.h" "python/linear_expr.cc")
list(FILTER _SRCS EXCLUDE REGEX ".*/.*_test.cc")
list(FILTER _SRCS EXCLUDE REGEX ".*/.*_fuzz.cc")
list(REMOVE_ITEM _SRCS
Expand Down

0 comments on commit 8e006fd

Please sign in to comment.