1
0
Files

5 lines
116 B
CMake

cmake_minimum_required(VERSION 3.28)
project(process)
include(../../nanopi.cmake)
add_executable(process process.c)