* moved SystemHeaderSearchPaths and FramewordSeearchPaths of indexer cxx indexer commands to CompilerFlags section * added SourceGroupTestSuite to test indexer command generation of all source groups * removed "compile_commands.json" from gitignore, because a resource file for the tests has this name
19 lines
607 B
Plaintext
19 lines
607 B
Plaintext
SourceFilePath: "src/foo/Bar.java"
|
|
LanguageStandard: "10"
|
|
ClassPathItem: "lib/dependency.jar"
|
|
ClassPathItem: "classpath_dir"
|
|
ClassPathItem: "test/jre/system/library/path.jar"
|
|
ClassPathItem: "src"
|
|
SourceFilePath: "src/foo/FooBar.java"
|
|
LanguageStandard: "10"
|
|
ClassPathItem: "lib/dependency.jar"
|
|
ClassPathItem: "classpath_dir"
|
|
ClassPathItem: "test/jre/system/library/path.jar"
|
|
ClassPathItem: "src"
|
|
SourceFilePath: "src/foo/Main.java"
|
|
LanguageStandard: "10"
|
|
ClassPathItem: "lib/dependency.jar"
|
|
ClassPathItem: "classpath_dir"
|
|
ClassPathItem: "test/jre/system/library/path.jar"
|
|
ClassPathItem: "src"
|