From ae3fbd4fab662eec7bbd6f2ce87f00c995698bdc Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Mon, 26 Aug 2024 14:34:14 +0200
Subject: [PATCH] CMake: sort sources

---
 bindings/python/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bindings/python/CMakeLists.txt b/bindings/python/CMakeLists.txt
index 78261c1..dbda9c8 100644
--- a/bindings/python/CMakeLists.txt
+++ b/bindings/python/CMakeLists.txt
@@ -13,7 +13,6 @@
 
 # --- LIBRARY --- #
 set(${PYWRAP}_SOURCES
-    module.cpp
     constraint/constraint-bound.cpp
     constraint/constraint-equality.cpp
     constraint/constraint-inequality.cpp
@@ -22,6 +21,7 @@ set(${PYWRAP}_SOURCES
     contacts/contact-two-frame-positions.cpp
     formulations/formulation.cpp
     math/utils.cpp
+    module.cpp
     robots/robot-wrapper.cpp
     solvers/HQPData.cpp
     solvers/HQPOutput.cpp
-- 
GitLab