Sign in
boringssl
/
boringssl
/
c3174b7b2d3b4517b597dc3e0d0db18a718d6ab5
/
.
/
tool
/
CMakeLists.txt
blob: 81201c7e9ddd7a7c25dbe55b29838bdc7d8952e2 [
file
] [
log
] [
blame
]
include_directories(../include)
add_executable(
bssl
tool.cc
const.cc
)
target_link_libraries(bssl ssl crypto -lrt)