From c4f865b72a9912974771d28ea9caab11880338a9 Mon Sep 17 00:00:00 2001
From: Valerio Mariani <valerio.mariani@unibas.ch>
Date: Mon, 9 Jul 2012 17:33:35 +0200
Subject: [PATCH] Static compilation for molck

---
 tools/molck/CMakeLists.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tools/molck/CMakeLists.txt b/tools/molck/CMakeLists.txt
index 99e68ec2c..346f3466a 100644
--- a/tools/molck/CMakeLists.txt
+++ b/tools/molck/CMakeLists.txt
@@ -1,2 +1,3 @@
-executable(NAME molck SOURCES main.cc
-	         DEPENDS_ON ost_io)
+executable(NAME molck SOURCES main.cc 
+           DEPENDS_ON ost_io STATIC)
+
-- 
GitLab