From a74f9db645ef18c3635ef6a44caea190ae8acde5 Mon Sep 17 00:00:00 2001 From: Kerdo Kurs <kerdokurs@gmail.com> Date: Thu, 13 Feb 2025 13:21:02 +0200 Subject: [PATCH] =?UTF-8?q?1.=20n=C3=A4dal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ndl1/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ndl1/CMakeLists.txt b/ndl1/CMakeLists.txt index 4ce9c51..d14f4a0 100644 --- a/ndl1/CMakeLists.txt +++ b/ndl1/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.30) -project(cpp_25) +project(ndl1) set(CMAKE_CXX_STANDARD 23) -add_executable(cpp_25 main.cpp) +add_executable(ndl1 main.cpp) -- GitLab