logic: Don't store CxxCompilerHeaderPath in Global Include Paths
* show path in Global Include Paths preferences * add to CXX indexer commands * add migration to remove from app settings
This commit is contained in:
@@ -3,11 +3,15 @@ SourceFilePath: "src/Test.cpp"
|
||||
IndexedPath: "test/indexed/header/path"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "src/header/search/path/from/cbp"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "data/cxx/include/"
|
||||
CompilerFlag: "-DDEFINE_FROM_CBP"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "header_search/local"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "test/header/search/path"
|
||||
CompilerFlag: "-isystem"
|
||||
CompilerFlag: "data/cxx/include/"
|
||||
CompilerFlag: "-iframework"
|
||||
CompilerFlag: "framework_search/local"
|
||||
CompilerFlag: "-iframework"
|
||||
|
||||
Reference in New Issue
Block a user