mirror of
https://github.com/simon987/ngx_http_js_challenge_module.git
synced 2025-04-04 06:52:58 +00:00
cleanup
This commit is contained in:
parent
3aed336a3c
commit
1750ade558
@ -1,21 +0,0 @@
|
||||
cmake_minimum_required(VERSION 3.7)
|
||||
project(nginx_js C)
|
||||
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
|
||||
|
||||
add_library(nginx_js SHARED ngx_http_js_challenge.c)
|
||||
|
||||
target_include_directories(
|
||||
nginx_js
|
||||
PUBLIC
|
||||
/home/simon/Downloads/nginx-1.16.1/objs
|
||||
/home/simon/Downloads/nginx-1.16.1/src
|
||||
/home/simon/Downloads/nginx-1.16.1/src/core
|
||||
/home/simon/Downloads/nginx-1.16.1/src/event
|
||||
/home/simon/Downloads/nginx-1.16.1/src/http
|
||||
/home/simon/Downloads/nginx-1.16.1/src/http/modules
|
||||
/home/simon/Downloads/nginx-1.16.1/src/misc
|
||||
/home/simon/Downloads/nginx-1.16.1/src/os/unix
|
||||
/home/simon/Downloads/nginx-1.16.1/src/stream
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user