renamed cmake project to redony from redony_automata

This commit is contained in:
2021-09-09 17:03:45 +02:00
parent 1ed34129ea
commit b98470381f

View File

@@ -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
)