Source Insight添加.cc文件

原创位置


在导入Chromium代码时, 发现Souce Insight只导入了.h文件, .cc文件没有导入. Source Insight对C++项目的导入,其文件过滤没有包含*.cc文件, 需要自己手动设置导入:

  1. options->document options->在document type中选择C++ Source->在右边的File Filter里加上*.cc文件
  2. 重新添加项目文件: project->Add and Remove Project files

猜你喜欢

转载自blog.csdn.net/tsh123321/article/details/78118050