USER! Put here your module name.
<your Module>
(c) CREATIS 2009
+
+lib will contains as many directories as you need
+---
+
+lib/mySampleLib is just ... a sample (example) library
+---------------
+feel free to remove it, when you are sure you understood how to fill a library.
+(Don't forget to modity the relevant CMakeLists.txt)
+
+lib/template_lib is a template you may copy/paste to create your own library
+----------------
+(you may feel like using lib/mySampleLib for doing that...)
+
+appli contains the source codes for your executables.
+-----
+
+bbtk_mySamplePackage_PKG is just ... a sample (example) package
+------------------------
+feel free to remove it, when you are sure you understood how to fill a Package.
+(Don't forget to modity the relevant CMakeLists.txt)
+
+bbtk_YourProjectName_PKG is the default package for your project.
+------------------------
+feel free to use it.
+
+doc : everything you need to generate a full Documentation (with Doxygen,
+---
+with a user designed website, as a lAtEx document ...)
+Don't remove, feel free to modify...
+
+cmake : a set of usefull macro.
+----
+Don't remove, don't modify!
+
+install : everything needed for making an installer
+-------
+Don't remove, don't modify!
+