mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Set lshpack include directory in the library's Makefile
This commit is contained in:
parent
0bd320303d
commit
83506617f9
3 changed files with 3 additions and 1 deletions
|
@ -87,6 +87,7 @@ include_directories(ls-qpack)
|
|||
IF(PROJECT_NAME STREQUAL "openlitespeed")
|
||||
INCLUDE_DIRECTORIES(${PROJECT_SOURCE_DIR}/src/spdy)
|
||||
ELSE()
|
||||
INCLUDE_DIRECTORIES(../lshpack)
|
||||
SET(lsquic_STAT_SRCS ${lsquic_STAT_SRCS}
|
||||
lsquic_xxhash.c
|
||||
../lshpack/lshpack.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue