Files
test/CMakeLists.txt
T
2026-06-22 15:26:03 +08:00

4 lines
80 B
CMake

cmake_minimum_required(VERSION 4.0.0)
project(test)
add_executable(test main.c)