Initial commit

This commit is contained in:
Tom Ray
2026-05-29 23:50:05 +02:00
parent 79f201577a
commit 650467054e
2 changed files with 401 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
cmake_minimum_required(VERSION 3.10.0)
project(SimulateurFranceVote VERSION 0.1.0 LANGUAGES C CXX)
file(GLOB_RECURSE
SRCS
src/*
)
add_executable(SimulateurFranceVote ${SRCS})