update CMakeLists.txt
This commit is contained in:
parent
2ed44a7b4b
commit
c28c544304
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue