test/CMakeLists.txt

3 lines
89 B
CMake
Raw Permalink Normal View History

2024-08-26 00:16:46 +02:00
cmake_minimum_required(VERSION 3.16)
add_custom_target(yay COMMAND echo "Hello, World!")