mirror of
https://github.com/shadps4-emu/ext-wepoll.git
synced 2026-01-31 00:55:18 +01:00
added cmakelists
This commit is contained in:
9
CMakeLists.txt
Normal file
9
CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
project(wepoll LANGUAGES C)
|
||||
|
||||
add_library(wepoll STATIC
|
||||
wepoll.c
|
||||
wepoll.h
|
||||
)
|
||||
|
||||
target_include_directories(wepoll PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
Reference in New Issue
Block a user