Sign in
boringssl
/
boringssl.git
/
dc9b1411279f02e604367bc56fca8cf2acc9d531
/
.
/
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)