Update Developming.md

Co-authored-by: usermeme <romanyankovich98@gmail.com>
This commit is contained in:
Andrei Yankovich 2021-04-04 17:59:58 +03:00 committed by GitHub
parent 398cf71da2
commit 01f4b37026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ For build c++ projects QuasarApp group use the CMake build system.
//# Distributed under the lgplv3 software license, see the accompanying
//#
```
3. All projects must be have a tests, main shared and static library and executable file for using a main library. For more information about structure projects see [this](ProjectStructure.md) guide.
3. All projects must have a tests, main shared and static library and executable file for using a main library. For more information about structure projects see [this](ProjectStructure.md) guide.
4. All projects should be support next cmake targets:
* test - for run tests.