T
TechnoViking03
Guest
I have created a Static Library and am attempting to include header files in another file location that are not inside my project file tree. For whatever reason the absolute path works just fine, but when I try to use the relative path instead, my static library is not importing those header files into the External Dependencies folder.
The relative path works just fine if I created just a typical Win32 Windows application, but does not want to cooperate with the Static Library application type.
I have scoured the web searching for answers, my relative path is as follows:
..\..\..\library\
Continue reading...
The relative path works just fine if I created just a typical Win32 Windows application, but does not want to cooperate with the Static Library application type.
I have scoured the web searching for answers, my relative path is as follows:
..\..\..\library\
Continue reading...