siegelaaron94 / atom-build-cmake

Generate and build cmake projects from within Atom.
MIT License
6 stars 12 forks source link

Add setting for Visual Studio build arguments #8

Closed kramerc closed 8 years ago

kramerc commented 8 years ago

This change adds a new setting to configure the arguments passed to MSBuild when building with Visual Studio while keeping what was hard coded as the default (which was /maxcpucount /clp:NoSummary;ErrorsOnly;Verbosity=quiet).

siegelaaron94 commented 8 years ago

Thanks for the help, I have one little gripe with it though is that it is tied to MSbuild. If you make this more generic and not tied to MSBuild I will merge it in.

kramerc commented 8 years ago

I updated the branch so that the setting represents Visual Studio build arguments rather than specifically MSBuild arguments.