Sign in
pigweed
/
third_party
/
boringssl
/
boringssl
/
95c29f3cd1f6c08c6c0927868683392eea727ccb
/
.
/
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)