<p dir="ltr">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 </p>
<br><div class="gmail_quote"><div dir="ltr">Le mer. 22 nov. 2017 à 20:04, Michael Powell <<a href="mailto:mwpowellhtx@gmail.com">mwpowellhtx@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, Nov 22, 2017 at 1:45 PM, Michael Powell <<a href="mailto:mwpowellhtx@gmail.com" target="_blank">mwpowellhtx@gmail.com</a>> wrote:<br>
> Hello,<br>
><br>
> I have a couple of libraries added, one SHARED and the other STATIC,<br>
> for which I want to add include directories, but they are not adding.<br>
<br>
Oh, okay... So they are being added under "additional include<br>
directories". Or they seem to be...<br>
<br>
> I am trying the following:<br>
><br>
> target_include_directories (${MY_PROJECT_NAME_SHARED} PUBLIC<br>
>     "G:/Source/Boost.Installed/boost-1.65.1/include"<br>
> )<br>
><br>
> Where MY_PROJECT_NAME_SHARED if my project name.<br>
><br>
> I've also tried with the $<BUILD_INTERFACE: ...>, to no avail.<br>
><br>
> I review my VS2015 project settings and I do not see any directories<br>
> changing after the solution reloads.<br>
><br>
> Cheers,<br>
><br>
> Michael Powell<br>
--<br>
<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" rel="noreferrer" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Kitware offers various services to support the CMake community. For more information on each offering, please visit:<br>
<br>
CMake Support: <a href="http://cmake.org/cmake/help/support.html" rel="noreferrer" target="_blank">http://cmake.org/cmake/help/support.html</a><br>
CMake Consulting: <a href="http://cmake.org/cmake/help/consulting.html" rel="noreferrer" target="_blank">http://cmake.org/cmake/help/consulting.html</a><br>
CMake Training Courses: <a href="http://cmake.org/cmake/help/training.html" rel="noreferrer" target="_blank">http://cmake.org/cmake/help/training.html</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/cmake" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/cmake</a><br>
</blockquote></div>