From a2f5a4390e64e0a17d4608e1c4feb46423966d63 Mon Sep 17 00:00:00 2001
From: Joseph Mirabel <jmirabel@laas.fr>
Date: Sat, 2 Apr 2016 11:26:19 +0200
Subject: [PATCH] Fix CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 35823d20..0b0b3f92 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -140,7 +140,9 @@ SET(${PROJECT_NAME}_HEADERS
   include/hpp/fcl/continuous_collision.h
   include/hpp/fcl/math/vec_nf.h
   include/hpp/fcl/math/matrix_3f.h
+  include/hpp/fcl/math/matrix_3fx.h
   include/hpp/fcl/math/vec_3f.h
+  include/hpp/fcl/math/vec_3fx.h
   include/hpp/fcl/math/sampling.h
   include/hpp/fcl/math/math_details.h
   include/hpp/fcl/math/transform.h
-- 
GitLab