mirror of
https://github.com/QuasarApp/Guidelines.git
synced 2025-05-02 15:19:35 +00:00
Merge pull request #2 from QuasarApp/submodules
added discription about using submodules
This commit is contained in:
commit
f90a63f559
@ -47,4 +47,15 @@ For build c++ projects QuasarApp group use the CMake build system.
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Submudules
|
||||||
|
Almost all quasarapp projects are written so that they can be used as separate modules for new projects. Therefore, the use of submodules is inevitable.
|
||||||
|
Here are the basic rules for connecting them.
|
||||||
|
|
||||||
|
1. All submodules must be storaged in the **submodules** folder.
|
||||||
|
2. Do not include dublicate submodules.
|
||||||
|
3. Use submodules recursive.
|
||||||
|
> If you have other submodules in one submodule, you must use the submodules already included recursively in place of adding new ones.
|
||||||
|
4. In Cmake build system you must be include submodules only there wher ou using it.
|
||||||
|
|
||||||
|
|
||||||
# And good luck it will be useful to you 😉
|
# And good luck it will be useful to you 😉
|
||||||
|
Loading…
x
Reference in New Issue
Block a user