boringssl/crypto/rsa_extra/CMakeLists.txt
David Benjamin 5601bdac1a Rename crypto/rsa_extra/print.c.
It appears Chromium still gets upset when two files in a target share a
base name.

Change-Id: I9e6f182d97405e7e70b2bcf8ced7c80ba23edca1
Reviewed-on: https://boringssl-review.googlesource.com/28724
Reviewed-by: Adam Langley <agl@google.com>
2018-05-23 22:36:14 +00:00

11 lines
101 B
CMake

include_directories(../../include)
add_library(
rsa_extra
OBJECT
rsa_asn1.c
rsa_print.c
)