Sign in
boringssl
/
boringssl
/
b8684f0276f88d19a14149ae61f3f05d26c5b322
/
.
/
crypto
/
lhash
/
CMakeLists.txt
blob: bd6005ba712e4a11ad1e04841cfb2cdc1edf2441 [
file
] [
log
] [
blame
]
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)