]> Creatis software - crea.git/blob - appli/creaNewProject/NewProject/README.txt
More comments
[crea.git] / appli / creaNewProject / NewProject / README.txt
1 USER! Put here your module name.
2 <your Module>
3 (c) CREATIS 2009
4
5 lib will contains as many directories as you need
6 ---
7
8 lib/mySampleLib is just ... a sample (example) library
9 ---------------
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)
12
13 lib/template_lib is a template you may copy/paste to create your own library
14 ----------------
15 (you may feel like using lib/mySampleLib for doing that...)
16
17 appli contains the source codes for your executables.
18 -----
19
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)
24
25 bbtk_YourProjectName_PKG is the default package for your project.
26 ------------------------
27 feel free to use it.
28
29 doc : everything you need to generate a full Documentation (with Doxygen,
30 ---
31 with a user designed website, as a lAtEx document ...) 
32 Don't remove, feel free to modify...
33
34 cmake : a set of usefull macro.
35 ----
36 Don't remove, don't modify!
37
38 install : everything needed for making an installer
39 -------
40 Don't remove, don't modify!
41