Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmake-fortran-template

This project is aimed at jump-starting a Fortran project that can build libraries, binaries and have a working unit test suite. When built, the project produces a static library, a command line binary, and a unit test.

Cloning this project:

git clone https://github.com/Leonard-Reuter/cmake-fortran-template.git

Building this project and running the tests:

cd cmake-fortran-template
mkdir build
cd build
cmake ..
make
ctest -L allocator

About

This project is aimed at jump-starting a Fortran project that can build libraries, binaries and have a working unit test suite.

Topics

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages