Skip to content

Commit 31c17c7

Browse files
Create initial infrastructure
1 parent f82f91f commit 31c17c7

File tree

8 files changed

+2422
-0
lines changed

8 files changed

+2422
-0
lines changed

.gitignore

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
build/
2+
build_cmake/
3+
code-build/
4+
Testing/
5+
6+
*.user
7+
8+
.DS_Store
9+
10+
*.*~

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cmake_minimum_required(VERSION 3.3)

application/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cmake_minimum_required(VERSION 3.3)

doxygen_config.cfg

+2,406
Large diffs are not rendered by default.

infrastructure/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cmake_minimum_required(VERSION 3.3)

model/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cmake_minimum_required(VERSION 3.3)

view/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cmake_minimum_required(VERSION 3.3)

viewmodel/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cmake_minimum_required(VERSION 3.3)

0 commit comments

Comments
 (0)