Sign in
pigweed
/
third_party
/
boringssl
/
boringssl
/
765b66cf044b6c77e64bd43911f776832071dfd7
/
.
/
crypto
/
base64
/
CMakeLists.txt
blob: 8bc531a51ff6dcfcb2db3a5b1d82c848093b1732 [
file
] [
log
] [
blame
]
include_directories(. .. ../../include)
add_library(
base64
OBJECT
base64.c
)
add_executable(
base64_test
base64_test.cc
)
target_link_libraries(base64_test crypto)