From b98470381fea22eff53f0b32523e98d0543f1a49 Mon Sep 17 00:00:00 2001 From: Derisis13 Date: Thu, 9 Sep 2021 17:03:45 +0200 Subject: [PATCH] renamed cmake project to redony from redony_automata --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2173630..aa78722 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.19) -project(redony_automata C) +project(redony C) set(CMAKE_C_STANDARD 99) -add_executable(redony_automata main.c timing.c timing.h -# moving.c moving.h +add_executable(redony main.c timing.c timing.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