Beginner Pathing Problems
-
Re: [Trying to link an external library with Qmake. Works with absolute path](but not with relative path.)
I am using CMake (not qmake), and as SGaist pointed out, my pathing (when not absolute) points to the source folder not the build folder. I can avoid this problem by copying over my resources into my build folder as a workaround but I want the compiler build everything and not have to fiddle about with it.
What is the best way of doing this?
-
Re: [Trying to link an external library with Qmake. Works with absolute path](but not with relative path.)
I am using CMake (not qmake), and as SGaist pointed out, my pathing (when not absolute) points to the source folder not the build folder. I can avoid this problem by copying over my resources into my build folder as a workaround but I want the compiler build everything and not have to fiddle about with it.
What is the best way of doing this?