From ff5e9f826d6e89f5ab1adb09e959afd5d1e17a5f Mon Sep 17 00:00:00 2001 From: papush! Date: Sat, 28 Jun 2025 18:11:22 +0200 Subject: initial commit --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..a42f488 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,5 @@ +cmake_minimum_required(VERSION 3.30) + +project(shibari LANGUAGES C) + +add_executable(${PROJECT_NAME} src/main.c) -- cgit v1.2.3-70-g09d2