boringssl/crypto/ecdh_extra/CMakeLists.txt

10 lines
90 B
CMake
Raw Normal View History

include_directories(../../include)
add_library(
ecdh_extra
OBJECT
ecdh_extra.c
)