2021-05-16 18:27:01 +08:00

4 lines
92 B
CMake

cmake_minimum_required(VERSION 3.14)
add_library(${PROJECT_NAME}-syscall OBJECT syscall.c)