X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fsourcepackage.cpp;h=1a23c4704d04c963677e8036a45b940a3c1467f5;hb=8222bc867676a07f17b5d0d2ea9bff608151134b;hp=c4061a4afbeceae8a153cf45a1b05f0d82530cc3;hpb=a1a88a589352feca01a6c273b733caf7c96ad31b;p=builder.git diff --git a/source/sourcepackage.cpp b/source/sourcepackage.cpp index c4061a4..1a23c47 100644 --- a/source/sourcepackage.cpp +++ b/source/sourcepackage.cpp @@ -9,6 +9,7 @@ #include "binarycomponent.h" #include "binarypackage.h" #include "builder.h" +#include "compilecommandsjson.h" #include "datapackcomponent.h" #include "file.h" #include "installcomponent.h" @@ -149,6 +150,8 @@ void SourcePackage::do_prepare() if(arch.get_system()=="windows") new VcxProjectFile(builder, *this); + + new CompileCommandsJson(builder, *this); } void SourcePackage::save_caches()