Caesar_Decipher/CMakeLists.txt
Alexandre_1a aaf6b0b7d5
All checks were successful
Build Caesar Decipher / build (push) Successful in 1m16s
Actualiser CMakeLists.txt
2026-03-19 10:34:14 +01:00

7 lines
110 B
CMake

cmake_minimum_required(VERSION 3.20)
project(Cesar C)
set(CMAKE_C_STANDARD 99)
add_executable(Cesar main.c)