1 #ifndef COMPILECOMMANDSJSON_H_
2 #define COMPILECOMMANDSJSON_H_
4 #include <msp/builder/sourcepackage.h>
5 #include <msp/builder/filetarget.h>
7 class CompileCommandsJson: public FileTarget
10 CompileCommandsJson(Builder &, const SourcePackage &);
12 const char *get_type() const override { return "CompileCommandsJson"; }
15 void find_dependencies() override;