diff --git a/doc/developers/faq.rst b/doc/developers/faq.rst index b6c1a6f..005d612 100644 --- a/doc/developers/faq.rst +++ b/doc/developers/faq.rst @@ -37,6 +37,14 @@ good code quality, and of general interest, you can suggest it to be part of the standard set of modules or even a core feature. +In CMake I can do feature X - can I do that also with Autocmake? +---------------------------------------------------------------- + +Yes. Autocmake is really just a simplistic script which helps to organize +CMake code across projects. Everything that can be done in CMake can be +realized in Autocmake. + + Should I include and track also files generated by Autocmake in my repository? ------------------------------------------------------------------------------