aboutsummaryrefslogtreecommitdiff
path: root/C++ Project Structure.txt
diff options
context:
space:
mode:
Diffstat (limited to 'C++ Project Structure.txt')
-rw-r--r--C++ Project Structure.txt25
1 files changed, 0 insertions, 25 deletions
diff --git a/C++ Project Structure.txt b/C++ Project Structure.txt
deleted file mode 100644
index f3de498..0000000
--- a/C++ Project Structure.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-Project_name
- |
- |---- CMakeLists.txt
- |
- |---- include
- | |
- | |---- Project_name
- | |
- | |---- public_header(s).h
- |
- ---- src
- | |
- | |---- private_header(s).h
- | |
- | |---- code(s).cpp
- |
- |
- |---- libs
- | |
- | |---- A
- | |
- | |---- B
- |
- |
- |---- tests