From cec5add609e9a336be2b8a20bff3077388cca676 Mon Sep 17 00:00:00 2001 From: Derisis13 Date: Thu, 9 Sep 2021 17:26:14 +0200 Subject: [PATCH] finalised CMakeLists.txt --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aa78722..cdf3708 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(redony C) set(CMAKE_C_STANDARD 99) add_executable(redony main.c timing.c timing.h - moving.c moving.h +# moving.c moving.h shutter.h -# moving_debug.c moving_debug.h + moving_debug.c moving_debug.h ) \ No newline at end of file