noseglid / atom-build

:hammer: Build your project directly from the Atom editor
https://atom.io/packages/build
MIT License
248 stars 97 forks source link

nested sub-project build #566

Open Lewiscowles1986 opened 5 years ago

Lewiscowles1986 commented 5 years ago

would it be possible to parse the filesystem (something like find -iname ".atom-build") so that sub-projects can be built / re-built.

I'm currently using CMake plugin with 3 apps that get built. But I have to open each project separately in Atom to build one.