1 USER! Put here your module name.
5 lib will contains as many directories as you need
8 lib/mySampleLib is just ... a sample (example) library
10 feel free to remove it, when you are sure you understood how to fill a library.
11 (Don't forget to modity the relevant CMakeLists.txt)
13 lib/template_lib is a template you may copy/paste to create your own library
15 (you may feel like using lib/mySampleLib for doing that...)
17 appli contains the source codes for your executables.
20 bbtk_mySamplePackage_PKG is just ... a sample (example) package
21 ------------------------
22 feel free to remove it, when you are sure you understood how to fill a Package.
23 (Don't forget to modity the relevant CMakeLists.txt)
25 bbtk_YourProjectName_PKG is the default package for your project.
26 ------------------------
29 doc : everything you need to generate a full Documentation (with Doxygen,
31 with a user designed website, as a lAtEx document ...)
32 Don't remove, feel free to modify...
34 cmake : a set of usefull macro.
36 Don't remove, don't modify!
38 install : everything needed for making an installer
40 Don't remove, don't modify!