Eclipse Helios CDT: ignore build directory

廉价感情. 提交于 2019-12-18 16:11:00

问题


We use Eclipse Helios CDT for development. We use cmake as build system, build dirs are typically called build-* inside the project directory.

How do I get the indexer and the refactoring tool to ignore the build directories?


回答1:


Exclude these build dirs from project tree by adding Resource filters. Add Exclude All resource filter type to root folder of your project. You can also use regular expressions if needed.



来源:https://stackoverflow.com/questions/6666979/eclipse-helios-cdt-ignore-build-directory

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!