初始提交
This commit is contained in:
7
lib/llhttp/CMakeLists.txt
Normal file
7
lib/llhttp/CMakeLists.txt
Normal file
@ -0,0 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
aux_source_directory(. llhttp_src)
|
||||
set(DIR_SRCS ${llhttp_src})
|
||||
include_directories(.)
|
||||
add_library( llhttp
|
||||
STATIC
|
||||
${DIR_SRCS})
|
Reference in New Issue
Block a user