Selaa lähdekoodia

Add initial folder structure

Patrick-Christopher Mattulat 1 kuukausi sitten
vanhempi
sitoutus
af659f58d6
3 muutettua tiedostoa jossa 9 lisäystä ja 0 poistoa
  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.