cmake: math_opt add core/c_api

This commit is contained in:
Corentin Le Molgat
2025-01-07 15:12:50 +01:00
parent 82914bc4f9
commit f99e8e981e

View File

@@ -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)