-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathfpm.toml
More file actions
40 lines (32 loc) · 779 Bytes
/
fpm.toml
File metadata and controls
40 lines (32 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name = "FACE"
author = "Stefano Zaghi"
copyright = "Copyright (c) 2016 Stefano Zaghi"
license = "multi-licensing system: GPLv3, BSD2, BSD3, and MIT"
description = "Fortran Ansi Colors (and Styles) Environment"
homepage = "https://github.com/szaghi/FACE"
[build]
auto-executables = false
auto-examples = false
auto-tests = false
[library]
source-dir = "src/lib"
[install]
library = true
[preprocess]
[preprocess.cpp]
[[test]]
name = "face_test_basic"
source-dir = "src/tests"
main = "face_test_basic.f90"
[[test]]
name = "face_test_colors"
source-dir = "src/tests"
main = "face_test_colors.f90"
[[test]]
name = "face_test_styles"
source-dir = "src/tests"
main = "face_test_styles.f90"
[[test]]
name = "face_test_ucs4"
source-dir = "src/tests"
main = "face_test_ucs4.F90"