siegelaaron94 / atom-build-cmake

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

Custom Cmake args need to be split #14

Closed dwarburt closed 7 years ago

dwarburt commented 7 years ago

When I needed to add more than one custom Cmake args, I put them in the settings delimited by spaces. However, instead of each arg getting passed correctly on it's own, Cmake took all of the additional args to be an extended value of the first.