test1/CMakeLists.txt

7 lines
95 B
CMake
Raw Permalink Normal View History

2025-01-11 13:54:02 +08:00
cmake_minimum_required(VERSION 3.20)
project(test)
add_executable(${PROJECT_NAME} main.cpp)