Sign in
pigweed
/
third_party
/
boringssl
/
boringssl
/
699e55bb0e94986bab0462b27aa8f4464c54cc35
/
.
/
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)