aboutsummaryrefslogtreecommitdiff
path: root/example_packages/makefile_complex/fpm.toml
blob: 3282cbe378a80b5afd556bfcd954d54b357a6991 (plain)
1
2
3
4
5
6
7
8
name = "makefile_complex"

[dependencies]
with_makefile = { path = "../with_makefile" }

[library]
source-dir = "src"
build-script = "Makefile"