aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authors1n <[email protected]>2019-08-16 02:25:34 -0700
committerGitHub <[email protected]>2019-08-16 02:25:34 -0700
commit910cbcb5c5a06a97c64f5a4fe9f9ce56f4d95e2e (patch)
tree224c97b59f785d0797340c71827a2a515379d082
parentCreate main.cpp (diff)
downloadcpp-terminology-910cbcb5c5a06a97c64f5a4fe9f9ce56f4d95e2e.tar.xz
cpp-terminology-910cbcb5c5a06a97c64f5a4fe9f9ce56f4d95e2e.zip
file structure
-rw-r--r--README.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..f3de498
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,25 @@
+Project_name
+ |
+ |---- CMakeLists.txt
+ |
+ |---- include
+ | |
+ | |---- Project_name
+ | |
+ | |---- public_header(s).h
+ |
+ ---- src
+ | |
+ | |---- private_header(s).h
+ | |
+ | |---- code(s).cpp
+ |
+ |
+ |---- libs
+ | |
+ | |---- A
+ | |
+ | |---- B
+ |
+ |
+ |---- tests