first commit
This commit is contained in:
9
CMakeLists.txt
Normal file
9
CMakeLists.txt
Normal file
@ -0,0 +1,9 @@
|
||||
# CMakeList.txt: 顶层 CMake 项目文件,在此处执行全局配置
|
||||
# 并包含子项目。
|
||||
#
|
||||
cmake_minimum_required (VERSION 3.8)
|
||||
|
||||
project ("IRIS_FODIS")
|
||||
|
||||
# 包含子项目。
|
||||
add_subdirectory ("IRIS_FODIS")
|
Reference in New Issue
Block a user