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