Re: [CMake] include_directories vs. link_directories

2008-06-20 Thread Bill Hoffman
Christian Convey wrote: Hi guys, From the cmake 2.6 documentation, it sounds to me like INCLUDE_DIRECTORIES will add another directory to the list of those searched for header files. In contrast, LINK_DIRECTORIES sounds like it overwrites, rather than appends to, the previous list of director

[CMake] include_directories vs. link_directories

2008-06-20 Thread Christian Convey
Hi guys, >From the cmake 2.6 documentation, it sounds to me like INCLUDE_DIRECTORIES will add another directory to the list of those searched for header files. In contrast, LINK_DIRECTORIES sounds like it overwrites, rather than appends to, the previous list of directories that are searched throu