Hi,
I am trying to implement a CUDA GL interop program.I have seen cuda by example pdf provided by Nvidia as well.
I am trying to compile my code using nvcc compiler with -lglew linker along with other GL,glfw libraries.It shows -lglew not found.libGlew.so is present in jetson installation when i checked.Can anyone provide a solution to this?