From f818b22cdb937da7a1e15a3389f48ecfa71e25ad Mon Sep 17 00:00:00 2001
From: Stephane Del Pino <stephane.delpino44@gmail.com>
Date: Tue, 25 Feb 2020 22:22:32 +0100
Subject: [PATCH] Add install targets

---
 CMakeLists.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 72fbd8d82..d7ab52856 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -394,3 +394,8 @@ target_link_libraries(
   ${OPENMP_LINK_FLAGS}
   ${PUGS_STD_LINK_FLAGS}
 )
+
+install(TARGETS pugs PugsMesh PugsUtils PugsLanguage
+  RUNTIME DESTINATION bin
+  LIBRARY DESTINATION lib
+  ARCHIVE DESTINATION lib)
-- 
GitLab