From a27795c1564ad607b8be78c6590359445b886d0e Mon Sep 17 00:00:00 2001
From: Joris Vaillant <joris.vaillant@inria.fr>
Date: Wed, 31 Jan 2024 14:53:04 +0100
Subject: [PATCH] cmake: Add variant.hpp in header file list

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1c902425..d8d8a79e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -166,6 +166,7 @@ set(${PROJECT_NAME}_HEADERS
     include/eigenpy/sparse/eigen-from-python.hpp
     include/eigenpy/scipy-allocator.hpp
     include/eigenpy/scipy-type.hpp
+    include/eigenpy/variant.hpp
     include/eigenpy/swig.hpp
     include/eigenpy/version.hpp)
 
-- 
GitLab