File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,18 @@ STRUCTURE
10
10
Contains all header (*.h/*.hpp) and source files
11
11
-- build/
12
12
The target directory for the build process, temporary content
13
+ -- bindings/
14
+ Language bindings for this package, e.g. put into subfolders such as
15
+ |-- ruby/
16
+ Ruby language bindings
17
+ -- viz/
18
+ Source files for a vizkit plugin / widget related to this library
13
19
-- resources/
14
20
General resources such as images that are needed by the program
15
- -- etc /
21
+ -- configuration /
16
22
Configuration files for running the program
17
23
-- external/
18
24
When including software that needs a non standard installation process, or one that can be
19
25
easily embedded include the external software directly here
20
- |-- include
21
- header files
22
- |-- libs
23
- precompiled libraries
24
26
-- doc/
25
27
should contain the existing doxygen file: doxygen.conf
26
- |-- manual/
27
- Should contain manual.tex
28
- Manual for the software
You can’t perform that action at this time.
0 commit comments