Last active
November 26, 2021 14:43
-
-
Save Pipe-Runner/f7451b09a0807ed7203fb97cd125bff5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Project_name | |
| | |
|---- CMakeLists.txt | |
| | |
|---- include | |
| | | |
| |---- Project_name | |
| | | |
| |---- public_header(s).h | |
| | |
---- src | |
| | | |
| |---- private_header(s).h | |
| | | |
| |---- code(s).cpp | |
| | |
| | |
|---- libs | |
| | | |
| |---- A | |
| | | |
| |---- B | |
| | |
| | |
|---- tests |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment