boringssl/crypto/lhash/CMakeLists.txt
David Benjamin e324de004a Convert various tests to GTest.
BUG=129

Change-Id: I4a501fa620b7b5b4c585731ec1ece94407e9b727
Reviewed-on: https://boringssl-review.googlesource.com/16510
Reviewed-by: Adam Langley <agl@google.com>
2017-05-23 22:34:09 +00:00

10 lines
80 B
CMake

include_directories(../../include)
add_library(
lhash
OBJECT
lhash.c
)