From d835fff480f9b5c4de418279b6f1785fe3a396bb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20De=20Keersmaeker?=
 <francois.dekeersmaeker@uclouvain.be>
Date: Wed, 10 Jul 2024 10:54:57 +0200
Subject: [PATCH] CMake: re-added devices dir

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 58e261f..984845e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,4 +40,4 @@ add_subdirectory(src)
 IF( NOT OPENWRT_CROSSCOMPILING )
     add_subdirectory(test)
 ENDIF()
-#add_subdirectory(devices)
+add_subdirectory(devices)
-- 
GitLab