From 67e722c16237f935c4c7adffeb8af523efa78ccf Mon Sep 17 00:00:00 2001 From: Clément Sibille Date: Mon, 8 Dec 2025 12:45:47 +0100 Subject: Initial commit --- CMakeLists.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..83d9527 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,14 @@ + +cmake_minimum_required(VERSION 3.15) + +set(CMAKE_EXPORT_COMPILE_COMMANDS ON) + +project( + eod + VERSION + 0.1.0 + LANGUAGES + C CXX +) + +add_subdirectory(src) -- cgit v1.2.3