first commit

This commit is contained in:
2022-03-21 10:59:55 +08:00
commit 48f9dfc297
6 changed files with 72 additions and 0 deletions

9
CMakeLists.txt Normal file
View File

@ -0,0 +1,9 @@
# CMakeList.txt: 顶层 CMake 项目文件,在此处执行全局配置
# 并包含子项目。
#
cmake_minimum_required (VERSION 3.8)
project ("IRIS_FODIS")
# 包含子项目。
add_subdirectory ("IRIS_FODIS")