project(MixedFortran)
cmake_minimum_required(VERSION 2.8)
enable_language(Fortran)
add_executable(MixedFortran main.c fortran.f)
