X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsourcepackage.cpp;h=f51f4abbc5b48a12ad57dcb689ade1861c694999;hb=c2f57c48045b24fc63b50863bcbec978ba7e45b5;hp=c4061a4afbeceae8a153cf45a1b05f0d82530cc3;hpb=84da3f6c94dbe7e36aaf088890fda5fcf3b3efb0;p=builder.git diff --git a/source/sourcepackage.cpp b/source/sourcepackage.cpp index c4061a4..f51f4ab 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" @@ -147,8 +148,12 @@ void SourcePackage::do_prepare() } } + export_binfo.standards = build_info.standards; + if(arch.get_system()=="windows") new VcxProjectFile(builder, *this); + + new CompileCommandsJson(builder, *this); } void SourcePackage::save_caches()