From 102e272b6c422e7fbd89e0b86ab019b6e0d46aff Mon Sep 17 00:00:00 2001 From: 21_SavchenkoAA <21_SavchenkoAA@iux.local> Date: Sat, 16 May 2026 19:50:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20CMakeLists.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a0014b..cd77a93 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,6 @@ enable_testing() add_library(calculator src/calculator.c) target_include_directories(calculator PUBLIC include) -add_executable(main src/calculator.c) target_include_directories(main PUBLIC include) add_executable(test_calculator tests/test_calculator.c)