mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
24 lines
428 B
CMake
24 lines
428 B
CMake
register_repository(
|
|
NAME
|
|
hdrhistogram
|
|
REPOSITORY
|
|
HdrHistogram/HdrHistogram_c
|
|
COMMIT
|
|
652d51bcc36744fd1a6debfeb1a8a5f58b14022c
|
|
)
|
|
|
|
register_cmake_command(
|
|
TARGET
|
|
hdrhistogram
|
|
LIBRARIES
|
|
hdr_histogram_static
|
|
INCLUDES
|
|
include
|
|
LIB_PATH
|
|
src
|
|
ARGS
|
|
-DHDR_HISTOGRAM_BUILD_SHARED=OFF
|
|
-DHDR_HISTOGRAM_BUILD_STATIC=ON
|
|
-DHDR_LOG_REQUIRED=DISABLED
|
|
-DHDR_HISTOGRAM_BUILD_PROGRAMS=OFF
|
|
) |