4 lines
92 B
CMake
4 lines
92 B
CMake
|
cmake_minimum_required(VERSION 3.14)
|
||
|
|
||
|
add_library(${PROJECT_NAME}-syscall OBJECT syscall.c)
|