[CMake] Resetting include and link directories

Alexander Neundorf a.neundorf-work at gmx.net
Mon Mar 9 19:47:06 EDT 2009


On Thursday 05 March 2009, Steven Wilson wrote:
> Is there a way to reset the directory lists created by include_directories
> and link_directories?

You can use set_directory_properties() with INCLUDE_DIRECTORIES or 
LINK_DIRECTORIES as arguments to set/reset them.

Alex


More information about the CMake mailing list