diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 524a077..efefe50 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,4 +3,4 @@ project(spm C) set(CMAKE_C_STANDARD 99) -add_executable(spm main.c)
\ No newline at end of file +add_executable(spm spm.c)
\ No newline at end of file |