update CMakeLists.txt

This commit is contained in:
leca 2024-12-21 19:41:16 +03:00
parent 2ed44a7b4b
commit c28c544304
1 changed files with 1 additions and 1 deletions

View File

@ -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)