فهرست منبع

Add initial folder structure

Patrick-Christopher Mattulat 1 ماه پیش
والد
کامیت
af659f58d6
3فایلهای تغییر یافته به همراه9 افزوده شده و 0 حذف شده
  1. 3 0
      include/README.md
  2. 3 0
      source/README.md
  3. 3 0
      test/README.md

+ 3 - 0
include/README.md

@@ -0,0 +1,3 @@
+# Include Directory
+
+In this directory all libraries include files will be stored.

+ 3 - 0
source/README.md

@@ -0,0 +1,3 @@
+# Source Directory
+
+In this directory all libraries source files will be stored.

+ 3 - 0
test/README.md

@@ -0,0 +1,3 @@
+# Test Directory
+
+In this directory all libraries test files, such as unit test, will be stored.