diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e69de29..f9696af 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -0,0 +1,3 @@ +add_executable(main + main.c +)