initial upload

This commit is contained in:
2021-07-18 09:00:14 +08:00
parent b50b51e70f
commit 726b96a029
35 changed files with 1625686 additions and 0 deletions

3
CMakeLists.txt Normal file
View File

@@ -0,0 +1,3 @@
cmake_minimum_required(VERSION 3.15.2)
project(MAGTET)
add_subdirectory(src)