3 lines
53 B
CMake
3 lines
53 B
CMake
|
PROJECT(testf FORTRAN)
|
||
|
ADD_EXECUTABLE(testf hello.f)
|