boringssl/ssl/test/CMakeLists.txt
David Benjamin 90fa69aaae Remove unnecessary -ldl and clean up includes for malloc tests.
I'm guessing a previous iteration used dlsym to look up the real malloc.

Change-Id: I18be9ef4db4ed059400074c8507d4e2fea882fbc
Reviewed-on: https://boringssl-review.googlesource.com/4100
Reviewed-by: Adam Langley <agl@google.com>
2015-03-21 00:07:42 +00:00

14 lines
189 B
CMake

include_directories(../../include)
add_executable(
bssl_shim
async_bio.cc
bssl_shim.cc
malloc.cc
packeted_bio.cc
test_config.cc
)
target_link_libraries(bssl_shim ssl crypto)