1cmake_minimum_required(VERSION 3.17)
2project(cmake_inc LANGUAGES Fortran)
3
4add_executable(main main.f90)
5