From 01e8ddc1c4f4aaa62ca97db0ace65d2b56d6675f Mon Sep 17 00:00:00 2001
From: ilor <kailoran@gmail.com>
Date: Wed, 9 Feb 2011 14:54:31 +0100
Subject: [PATCH] install wcclparser

---
 wcclparser/CMakeLists.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/wcclparser/CMakeLists.txt b/wcclparser/CMakeLists.txt
index 822e7f2..c0efaf5 100644
--- a/wcclparser/CMakeLists.txt
+++ b/wcclparser/CMakeLists.txt
@@ -44,3 +44,9 @@ link_directories(${Boost_LIBRARY_DIRS})
 
 #add_custom_target(test tests)
 #add_custom_target(test-verbose ./tests --log_level=message)
+
+if(UNIX)
+	install(TARGETS wcclparser
+		RUNTIME DESTINATION bin
+	)
+endif(UNIX)
-- 
GitLab