From 7a741bc557d671ed49368a5949a6e826631c48f3 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Mon, 27 Jul 2015 20:55:17 +0200 Subject: [PATCH] edit example autocmake.cfg --- example/autocmake.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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