9 lines
100 B
CMake
9 lines
100 B
CMake
|
|
cmake_minimum_required(VERSION 3.10)
|
|
|
|
project(AutoFW)
|
|
|
|
add_executable(autofw
|
|
autofw.c
|
|
)
|
|
|