Skip to content

Latest commit

 

History

History

example-04

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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.