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