Skip to content

Help: Document alternative to include_directories

David Demelier requested to merge markand/cmake:deprecate-old-interfaces into master

include_directories is still wrongly used due to many old tutorials on the web. It does not create transitive includes and are not exported along with their targets. Suggest target_include_directories instead.

Topic-rename: doc-include_directories-alternative

Edited by Brad King

Merge request reports