From c6eb38e73147d302a7ca5ed08a3ccda6d2ea6d29 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 24 Nov 2024 11:49:30 +0100 Subject: cmake: Add minimal CMakeLists.txt starting point This specifies the minimal CMake version and defines the project name. Furthermore C and CXX language support is disabled since this is not needed here. --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..8b7649a --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,3 @@ +cmake_minimum_required(VERSION 3.10) + +project(art-inkscape LANGUAGES NONE) -- cgit v1.2.3-70-g09d2