From 5b885dea3798631d8e754853de4672a8852feb4a Mon Sep 17 00:00:00 2001 From: rubisalpha Date: Fri, 20 Feb 2026 14:29:11 +0000 Subject: [PATCH] Actualiser CMakeLists.txt --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b5479c..8d29e74 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1 +1,6 @@ +cmake_minimum_required(VERSION 3.10) +project(LoginProject) + +set(CMAKE_CXX_STANDARD 17) + add_executable(untitled1 main.cpp auth.cpp db.cpp) \ No newline at end of file