diff options
| -rw-r--r-- | README.txt | 25 |
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 |