Sign in
pigweed
/
third_party
/
boringssl
/
boringssl
/
7e3305eebd7fb06d57e7f25b3bbf9c10d526f7d5
/
.
/
crypto
/
base64
/
CMakeLists.txt
blob: dec67ea27b93b7e0fb1d410a323e0784c47be09f [
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)