blob: 369ccf44e0d306d392f86a17a64fcc33501cbb2b (
plain) (
tree)
|
|
G_BENCHMARK()
SIZE(MEDIUM)
IF (NOT AUTOCHECK)
CFLAGS(-DBENCHMARK_ALL_IMPLS)
ENDIF()
SRCS(
compare.cpp
hash.cpp
)
PEERDIR(
library/cpp/case_insensitive_string
library/cpp/case_insensitive_string/ut_gtest/util
library/cpp/digest/murmur
)
END()
|