diff --git a/wcclparser/CMakeLists.txt b/wcclparser/CMakeLists.txt
index 822e7f2ac6c301b1d1d107efe0dc8585049a1495..c0efaf5b6b897ec7bffe6474e7db4e5e67e005de 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)