mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
6f48c59257
This makes it much easier to use a launcher for all CMake projects in an environment rather than having to remember to pass the setting to every CMake build.
4 lines
86 B
CMake
4 lines
86 B
CMake
enable_language(Fortran)
|
|
set(CMAKE_VERBOSE_MAKEFILE TRUE)
|
|
add_executable(main main.F)
|