Explorar el Código

Add initial folder structure

Patrick-Christopher Mattulat hace 1 mes
padre
commit
af659f58d6
Se han modificado 3 ficheros con 9 adiciones y 0 borrados
  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.