added the exexcutable target main

This commit is contained in:
jakeg00dwin 2024-03-15 13:46:33 -07:00
parent 0a44fdd1fb
commit 391d08ec7c
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
add_executable(main
main.c
)