Skip to content

Commit

Permalink
cmake: math_opt add core/c_api
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Jan 7, 2025
1 parent ef9e954 commit bc8d068
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ortools/math_opt/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# limitations under the License.

file(GLOB _SRCS "*.h" "*.cc")
list(APPEND _SRCS "${CMAKE_CURRENT_SOURCE_DIR}/c_api/solver.cc")
list(FILTER _SRCS EXCLUDE REGEX "/[^/]*_test\\.cc$")

set(NAME ${PROJECT_NAME}_math_opt_core)
Expand Down

0 comments on commit bc8d068

Please sign in to comment.