I am currently using OpenVINO's inference engine for Deep Learning Inference in the field of Computational Fluid Dynamics. The CFD-software I am using is OpenFOAM, it does not support CMake, instead the user must use so called wmake.
In order to compile code for a Third Party software like OpenVINO I have to provide all required header files and libraries for the compilation. However I am not sure how to find out all those reqired by OpenVINO's inference engine.
Can somebody explain me how to find out the correct headers to include and libraries to link?
Thanks in advance!