From 9bc1ae75966f96bdb31f6294f3b9f020d4ef9ffd Mon Sep 17 00:00:00 2001 From: s1n Date: Fri, 16 Aug 2019 02:41:37 -0700 Subject: Create C++ Project Structure.txt --- C++ Project Structure.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 C++ Project Structure.txt diff --git a/C++ Project Structure.txt b/C++ Project Structure.txt new file mode 100644 index 0000000..f3de498 --- /dev/null +++ b/C++ Project Structure.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 -- cgit v1.2.3