mirror of
https://github.com/tstack/lnav
synced 2024-11-05 21:21:19 +00:00
15 lines
256 B
CMake
15 lines
256 B
CMake
|
|
hunter_config(
|
|
libpcre
|
|
VERSION 8.41
|
|
CMAKE_ARGS
|
|
EXTRA_FLAGS=--enable-unicode-properties --enable-jit --enable-utf
|
|
)
|
|
|
|
hunter_config(
|
|
readline
|
|
VERSION 6.3
|
|
CMAKE_ARGS
|
|
EXTRA_FLAGS=CFLAGS=-Wno-implicit-function-declaration
|
|
)
|