I made my own Dll project, which includes a standard libraries like:sstreamstringcodecvtfstreamiostreamstringetc. (non-3-party libraries)
and opencv4.2 (3-party library) which was installed through "Manage Nuget Packages" in Visual Studio.
After building it (creating the Dll and lib files) and linking it to project, which is made to test the functionality of the dll. The project can't find opencv's libraries.
So I'm curious how to tell the testing project to include the nuget packages from Dll's project.
Installing opencv through "Manage Nuget Packages" is not an option.