Skip to content

Commit

Permalink
[MEX] solve.cpp → minimize.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Nov 14, 2023
1 parent 059db21 commit 7fb13d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/matlab/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ find_package(Matlab REQUIRED COMPONENTS MEX_COMPILER)
# Create a target for compiling a MEX function:
matlab_add_mex(NAME alpaqa_mex
SRC
"src/alpaqa_mex.cpp" "src/solve.cpp" "src/unicode.cpp"
"src/alpaqa_mex.cpp" "src/minimize.cpp" "src/unicode.cpp"
LINK_TO
alpaqa::alpaqa alpaqa::casadi-loader utf8cpp::utf8cpp alpaqa::warnings
)
Expand Down
File renamed without changes.

0 comments on commit 7fb13d4

Please sign in to comment.