We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf8536 commit 1ade2ebCopy full SHA for 1ade2eb
ortools/sat/CMakeLists.txt
@@ -11,7 +11,7 @@
11
# See the License for the specific language governing permissions and
12
# limitations under the License.
13
14
-file(GLOB _SRCS "*.h" "*.cc")
+file(GLOB _SRCS "*.h" "*.cc" "python/linear_expr.h" "python/linear_expr.cc")
15
list(FILTER _SRCS EXCLUDE REGEX ".*/.*_test.cc")
16
list(FILTER _SRCS EXCLUDE REGEX ".*/.*_fuzz.cc")
17
list(REMOVE_ITEM _SRCS
0 commit comments