Skip to content

Files

Latest commit

4329eaa · Aug 1, 2021

History

History

auto_depend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 1, 2021
Aug 1, 2021
Aug 1, 2021
Aug 1, 2021

README.md

Automatic Dependency

This example demonstrates the basic Cmake usage. The Cmake has the automatic dependency solution. The developers don't need to manually setup compiling dependency. In this example, bar.f90 depends on foo.f90 and Cmake knows that foo need to be compiled before bar.

Requirements

Build

$ mkdir build && cd build
$ cmake ..
$ make