소스 검색

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.