Skip to content

Commit aa96452

Browse files
committed
Updated manifest.
1 parent de6f025 commit aa96452

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

fpm.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,21 @@ copyright = "Copyright (c) 2023, Philipp Engel"
77
description = "Fortran 2018 interfaces to the plotting tool Grace/XmGrace"
88
keywords = ["grace", "xmgrace", "plotting"]
99

10+
[build]
11+
link = "grace_np"
12+
1013
[library]
1114
source-dir = "src"
1215

1316
[install]
1417
library = true
18+
19+
[[example]]
20+
name = "gracec"
21+
source-dir = "examples/gracec/"
22+
main = "gracec.f90"
23+
24+
[[example]]
25+
name = "gracef"
26+
source-dir = "examples/gracef/"
27+
main = "gracef.f90"

0 commit comments

Comments
 (0)