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 cedc265..c81ef79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,4 +5,4 @@ if(MSVC) add_definitions(-D_CRT_SECURE_NO_WARNINGS) endif() set(CMAKE_C_STANDARD 99) -add_executable(weekly main.c) +add_executable(weekly main.c system.c record.c edit.c dump.c append.c) |