From 16fe6adc5301dbbf6eca8f7979011818e9f93339 Mon Sep 17 00:00:00 2001 From: rubisalpha Date: Fri, 13 Feb 2026 13:48:58 +0000 Subject: [PATCH] Actualiser CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d22b1dc..1b5479c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1 +1 @@ -add_executable(untitled1 main.cpp auth.cpp) \ No newline at end of file +add_executable(untitled1 main.cpp auth.cpp db.cpp) \ No newline at end of file