Sign in
boringssl
/
boringssl
/
a9c6667cabf14f2b94196b886e9884961d18b7da
/
.
/
crypto
/
base64
/
CMakeLists.txt
blob: 2b4f081ca16280f08b711a591bbe0b08ff8eaeea [
file
] [
log
] [
blame
]
include_directories(. .. ../../include)
add_library(
base64
OBJECT
base64.c
)
add_executable(
base64_test
base64_test.c
)
target_link_libraries(base64_test crypto)