Skip to content

Commit 1ade2eb

Browse files
committed
quick fix cp-sat python cmake
1 parent 1cf8536 commit 1ade2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ortools/sat/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
file(GLOB _SRCS "*.h" "*.cc")
14+
file(GLOB _SRCS "*.h" "*.cc" "python/linear_expr.h" "python/linear_expr.cc")
1515
list(FILTER _SRCS EXCLUDE REGEX ".*/.*_test.cc")
1616
list(FILTER _SRCS EXCLUDE REGEX ".*/.*_fuzz.cc")
1717
list(REMOVE_ITEM _SRCS

0 commit comments

Comments
 (0)