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