1
0
Files
MSE-CSEL/solutions/01_environment/system_calls/CMakeLists.txt

5 lines
130 B
CMake

cmake_minimum_required(VERSION 3.28)
project("system-calls")
include(../../nanopi.cmake)
add_executable("system-calls" syscall.c)