4 lines
80 B
CMake
4 lines
80 B
CMake
cmake_minimum_required(VERSION 4.0.0)
|
|
project(test)
|
|
add_executable(test main.c)
|