Well, that's the standard way to add include for msbuild projects, other
variables are meant to be used for the tool chain includes only
Le mer. 22 nov. 2017 à 20:04, Michael Powell a
écrit :
> On Wed, Nov 22, 2017 at 1:45 PM, Michael Powell
> wrote:
> > Hello,
> >
> > I have a couple of librar
On Wed, Nov 22, 2017 at 1:45 PM, Michael Powell wrote:
> Hello,
>
> I have a couple of libraries added, one SHARED and the other STATIC,
> for which I want to add include directories, but they are not adding.
Oh, okay... So they are being added under "additional include
directories". Or they seem
Hello,
I have a couple of libraries added, one SHARED and the other STATIC,
for which I want to add include directories, but they are not adding.
I am trying the following:
target_include_directories (${MY_PROJECT_NAME_SHARED} PUBLIC
"G:/Source/Boost.Installed/boost-1.65.1/include"
)
Where