From 2e3076c36de3ca0844b4552211d538fd0717e12e Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 26 Aug 2024 00:16:46 +0200 Subject: [PATCH] Add CMakeLists.txt --- 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..9e7e53e --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,3 @@ +cmake_minimum_required(VERSION 3.16) + +add_custom_target(yay COMMAND echo "Hello, World!") \ No newline at end of file