diff options
Diffstat (limited to 'test/example_packages/makefile_complex/fpm.toml')
-rw-r--r-- | test/example_packages/makefile_complex/fpm.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/example_packages/makefile_complex/fpm.toml b/test/example_packages/makefile_complex/fpm.toml new file mode 100644 index 0000000..3282cbe --- /dev/null +++ b/test/example_packages/makefile_complex/fpm.toml @@ -0,0 +1,8 @@ +name = "makefile_complex" + +[dependencies] +with_makefile = { path = "../with_makefile" } + +[library] +source-dir = "src" +build-script = "Makefile" |