My apologies if this isn't the right forum for asking a question like this!
I managed to use CMake for generating the build system for the project I'm working on. CMake generates the build system inside of the specified build directory, so that there aren't in-source builds co-mingling the build artifacts with the source files. This means my build.ninja file is not located at the root of my project, and I'm wondering if there's an option for specifying where it's located to the permuter, or if there's a workaround for getting this to work.
Thanks for your great work on this project!