Sign in
boringssl
/
boringssl.git
/
a232a7159c4e45c2ce8a1311188b6df250d1805f
/
.
/
crypto
/
pool
/
CMakeLists.txt
blob: fe55af20d2580ef49bd2b1523fae7d9d001dd494 [
file
]
include_directories(../../include)
add_library(
pool
OBJECT
pool.c
)
add_executable(
pool_test
pool_test.cc
$<TARGET_OBJECTS:test_support>
)
target_link_libraries(pool_test crypto)
add_dependencies(all_tests pool_test)