Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 430 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 430 Bytes

CMake is not just for C/C++, it can be used also for Fortran projects. In this example we will build a C++/Fortran project. We will also get acquainted with CTest, the testing framework that is part of the CMake suite. The exercise is based on this CodeRefinery lesson.

Fork this project and clone it. Switch to the catch2 branch.