add another FAQ

This commit is contained in:
Radovan Bast 2015-08-04 11:29:43 +02:00
parent 8e485ebe13
commit 868a4e722b

View File

@ -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?
------------------------------------------------------------------------------