2021-05-13 20:29:44 +08:00

4 lines
92 B
CMake

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