autofw/CMakeLists.txt
2025-12-04 15:52:13 +01:00

9 lines
100 B
CMake

cmake_minimum_required(VERSION 3.10)
project(AutoFW)
add_executable(autofw
autofw.c
)