The following error I am getting when I attempt to use CUDA NVTX library in Visual studio 2013.
Command line warning D9002: ignoring unknown option '-lnvToolsEx'
Steps:
- PATH variable in the host windows machine has been set correctly to the location of the library.
- The library options has been added at Property_Pages -> Confuguration Properties -> Cuda C/C++ -> Host -> Additional compiler options -> "-lnvToolsExt".
I suspect the issue is mostly due to Adding the library to the project. Could someone please point me at the right direction.