Sfoglia il codice sorgente

Add initial folder structure

Patrick-Christopher Mattulat 1 mese fa
parent
commit
af659f58d6
3 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  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.