mirror of
https://github.com/Derisis13/Shutter.git
synced 2025-12-06 19:32:48 +01:00
10 lines
248 B
CMake
Executable File
10 lines
248 B
CMake
Executable File
cmake_minimum_required(VERSION 3.19)
|
|
project(redony_automata C)
|
|
|
|
set(CMAKE_C_STANDARD 99)
|
|
|
|
add_executable(redony_automata main.c idozites.c idozites.h
|
|
#mozgatas.c mozgatas.h
|
|
redony.h
|
|
mozgatas_demo.c mozgatas_demo.h
|
|
) |