This commit is contained in:
Radovan Bast
2015-06-04 17:47:48 +02:00
parent 60ecbdfec1
commit 49f69b854c
5 changed files with 9 additions and 5 deletions

View File

@ -0,0 +1,16 @@
[project]
name: example
[fortran]
source: https://github.com/scisoft/autocmake/raw/master/modules/fc.cmake
docopt: --fc=<FC> Fortran compiler [default: gfortran].
export: 'FC=%s' % arguments['--fc']
[compilers]
source: https://github.com/scisoft/autocmake/raw/master/compilers/GNU.Fortran.cmake
[default_build_paths]
source: https://github.com/scisoft/autocmake/raw/master/modules/default_build_paths.cmake
[src]
source: https://github.com/scisoft/autocmake/raw/master/modules/src.cmake