From d44dac77cd295e0f5dde27b24894128b7a736812 Mon Sep 17 00:00:00 2001
From: Sergey Fedorov <vital.had@gmail.com>
Date: Thu, 8 Feb 2024 13:23:05 +0800
Subject: [PATCH] fpm.toml: add install target

Closes: https://github.com/zoziha/forlab/issues/1
---
 fpm.toml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git fpm.toml fpm.toml
index e872171..8b8db95 100644
--- fpm.toml
+++ fpm.toml
@@ -10,4 +10,7 @@ keywords = ["numerical", "easy-to-use"]
 
 [build]
 external-modules = ["mpi"]
-auto-examples = false
\ No newline at end of file
+auto-examples = false
+
+[install]
+library = true
