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