siegelaaron94 / atom-build-cmake

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

Added variables to the build location option #21

Closed zaucy closed 7 years ago

zaucy commented 7 years ago

In my projects my build directory is outside of the source directory so I added variables to the build location instead of it being a suffix. The default option doesn't break with the old build_suffix but it is not compatible if you've changed it.

If you had -build as the value you'd now need to set it to $PROJECT_DIR-build. The variables that are available for the build location are in the description in the settings.

siegelaaron94 commented 7 years ago

Thanks for the work they make it that much more polished.