Hi,<br><br>I&#39;m reading the documentation about include directories (<a href="http://cmake.org/cmake/help/cmake2.6docs.html#command:include_directories">located here</a>) and I do not see any mention of include directories being specific to the target or more of a global thing. However, when looking at the output of my visual studio project files, it seems to only have those include directories added when called after calling project(). It seems like each time I call project() it resets the previously added include directories. Is this behavior intended? I would actually prefer a case where include directories were global and each time you call include_directories() they are appended.<br>