From a19a1373c61fffabd4a068509f705a03a2d26b61 Mon Sep 17 00:00:00 2001
From: Mansard <nmansard@laas.fr>
Date: Thu, 8 Dec 2011 14:42:37 +0100
Subject: [PATCH] Added the compilation instruction for the new entity
 contact-selecter.

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 443a657..4d18f1a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -63,6 +63,8 @@ SET(libs
 	task-joint-limits
 	task-inequality
 	feature-projected-line
+
+	contact-selecter
   )
 
 LIST(APPEND LOGGING_WATCHED_TARGETS ${libs})
@@ -95,6 +97,9 @@ SET(headers
 	feature-projected-line.h
 
 	col-piv-qr-solve-in-place.h
+
+	contact-selecter.h
+
 )
 
 # Add subdirectories.
-- 
GitLab