Sign in
boringssl
/
boringssl
/
74279b63428d9b25052207dd81121b67a847c20e
/
.
/
crypto
/
lhash
/
CMakeLists.txt
blob: c71b8a17fd5086206748e08d332ce9e0dfaa5132 [
file
] [
log
] [
blame
]
include_directories(. .. ../../include)
add_library(
lhash
OBJECT
lhash.c
)
add_executable(
lhash_test
lhash_test.c
$<TARGET_OBJECTS:test_support>
)
target_link_libraries(lhash_test crypto)