From b1df8907a2de1977be9193b45e30076b5f5e14cd Mon Sep 17 00:00:00 2001 From: rubisalpha Date: Fri, 13 Feb 2026 12:58:08 +0000 Subject: [PATCH] Ajouter CMakeLists.txt --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..d22b1dc --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1 @@ +add_executable(untitled1 main.cpp auth.cpp) \ No newline at end of file