Hello, I’m a CUDA noob, and would like to execute some parts of an image processing application on GPU. I’ve gotten used to coding in CUDA, but haven’t found a way to compile an application with an external c++ library. I have to specify extra include/library directories and flags (made easy by pkg-config) in order to compile an OpenCV application with g++. I see how to include c++ code in the sample makefiles, but I can’t seem to get the extra paths into the make script. I’m not very good with makefiles, and haven’t taken the time to try and understand Common.mk, but I’m hoping there might be an easier answer.