Sign in
pigweed
/
third_party
/
boringssl
/
boringssl
/
dfc2948c73f4f91ad5a0a27836580ba3b0ce2578
/
.
/
crypto
/
ec
/
CMakeLists.txt
blob: 019916f6fcd8cc6c9a2783f0db22176c15c69bf8 [
file
] [
log
] [
blame
]
include_directories(. .. ../../include)
add_library(
ec
OBJECT
ec.c
oct.c
simple.c
ec_montgomery.c
wnaf.c
ec_key.c
ec_asn1.c
ec_error.c
)
add_executable(
example_mul
example_mul.c
)
target_link_libraries(example_mul crypto)