From 63088edf667f49fa3f0eaf2f88074e671c5e0a6b Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 26 Dec 2024 12:08:24 +0100 Subject: Add minimal CMakeLists.txt This is the first step to switch from GNU Make to CMake. --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..1b266d6 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,3 @@ +cmake_minimum_required(VERSION 3.10) + +project(soundbox LANGUAGES NONE) -- cgit v1.2.3-70-g09d2