Use static libraries for MFC examples (#210)

This commit is contained in:
Fangjun Kuang
2023-07-13 14:52:43 +08:00
committed by GitHub
parent 10f132cfd6
commit bebc1f1398
18 changed files with 380 additions and 156 deletions

View File

@@ -31,7 +31,7 @@ enum class ModelType {
kUnkown,
};
}
} // namespace
namespace sherpa_onnx {