Skip to content

Commit

Permalink
fix: Add missing Cgl source file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jetuk committed Jun 24, 2024
1 parent 6339eb6 commit 07cc7a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions coin-or-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ fn compile_cgl() -> Vec<String> {
{
let pth = format!("{}/CglZeroHalf", CGL_SRC_PATH);
builder.file(format!("{}/CglZeroHalf.cpp", pth));
builder.file(format!("{}/Cgl012cut.cpp", pth));
extra_include_dirs.push(pth);
}

Expand Down

0 comments on commit 07cc7a8

Please sign in to comment.