From c28c5443047007e1b98765056680b5f3765dbb4f Mon Sep 17 00:00:00 2001 From: leca Date: Sat, 21 Dec 2024 19:41:16 +0300 Subject: [PATCH] update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d10ed7..ef9e78d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,4 +2,4 @@ cmake_minimum_required(VERSION 3.10) project(garland VERSION 1.0 LANGUAGES C) -add_executable(garland main.c) +add_executable(garland src/main.c)