I'm working on a source code which is a big project presented by CMake. I want to add some functions to this big project to do some ANN inference in it. For this reason, I need some libraries such as ONNX and OpenCV. These libraries are in NuGet packages. I tried the complete process in a separate Visual Studio solution but I couldn't find any way to add NuGet packages to Cmake projects. How can I use these libraries?Is it possible to unpackage the NuGet package and use the inner dlls?
↧
how to combine two C++ projects, one used CMake and the other is VS containing some nuget packages?
↧