Sign in
boringssl
/
boringssl.git
/
8d979e54300f1b6af4d67c8dad8e56c7b2c2dd21
/
.
/
crypto
/
lhash
/
CMakeLists.txt
blob: bd6005ba712e4a11ad1e04841cfb2cdc1edf2441 [
file
]
include_directories(../../include)
add_library(
lhash
OBJECT
lhash.c
)
add_executable(
lhash_test
lhash_test.cc
$<TARGET_OBJECTS:test_support>
)
target_link_libraries(lhash_test crypto)
add_dependencies(all_tests lhash_test)