diff options
author | Ondřej Čertík <ondrej@certik.us> | 2020-01-12 22:45:33 +0000 |
---|---|---|
committer | Ondřej Čertík <ondrej@certik.us> | 2020-01-12 22:45:33 +0000 |
commit | 88101d7128d80a929ab526058a5ef784e567d33a (patch) | |
tree | 9422ca334f8822d17f205f4e0b8ecb34883874d7 /tests/2 | |
parent | ee89a3e3dfeae3881065a81646c43d8ac07824a5 (diff) | |
parent | 8547d5b5c31d9b2f5bde16965027c2feffa01f9c (diff) | |
download | fpm-88101d7128d80a929ab526058a5ef784e567d33a.tar.gz fpm-88101d7128d80a929ab526058a5ef784e567d33a.zip |
Merge branch 'cmake2' into 'master'
Generate CMakeLists.txt from a template
See merge request certik/fpm!6
Diffstat (limited to 'tests/2')
-rw-r--r-- | tests/2/main.f90 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/2/main.f90 b/tests/2/main.f90 new file mode 100644 index 0000000..580da98 --- /dev/null +++ b/tests/2/main.f90 @@ -0,0 +1,5 @@ +program test2 +implicit none + +print *, "OK" +end |