6757fbf8e3
BUG=129 Change-Id: Ifcdacb2f5f59fd03b757f88778ceb1e672208fd9 Reviewed-on: https://boringssl-review.googlesource.com/16744 Reviewed-by: Adam Langley <agl@google.com> Commit-Queue: Adam Langley <agl@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
10 lines
78 B
CMake
10 lines
78 B
CMake
include_directories(../../include)
|
|
|
|
add_library(
|
|
ecdh
|
|
|
|
OBJECT
|
|
|
|
ecdh.c
|
|
)
|