diff --git a/example/autocmake.cfg b/example/autocmake.cfg index d65c11f..c2b84a3 100644 --- a/example/autocmake.cfg +++ b/example/autocmake.cfg @@ -1,3 +1,6 @@ -# uncomment and set project name +# CMakeLists.txt and setup.py will be generated from this file +# see: http://autocmake.readthedocs.org/en/latest/developers/configuration.html + +# uncomment the following two lines and set the project name # [project] # name: myproject