index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
CompilerLauncher
/
Fortran-common.cmake
blob: e33c2cae34bfd9060d9afa463023007de30b2e01 (
plain
)
1
2
3
enable_language(Fortran) set(CMAKE_VERBOSE_MAKEFILE TRUE) add_executable(main main.F)