test/CMakeLists.txt

3 lines
89 B
CMake

cmake_minimum_required(VERSION 3.16)
add_custom_target(yay COMMAND echo "Hello, World!")