I have been trying to get one Nsight project (project 1) to use some files from another Nsight project(2), and for the life of me can't get the project 1 to build!
I have tried referencing/setting include paths/building project 2 as lib etc but nothing lets me build project 1 without encountering some kind of error. At the moment I have reference project 2 and get "No rule to make target" error.
What is the best way (bar copying and pasting the source files) to include files from one project in another.
Thanks Sam
This writeup demonstrates
test8lib.h
header
file from the library project is being included into the main project)