boringssl/decrepit/obj/CMakeLists.txt
Adam Langley a7a226add9 Add |OBJ_NAME_do_all_sorted|.
This another of those functions that tries to turn C into Python. In
this case, implement it in terms of the similar functions in EVP so that
at least we only have one list of things.

This makes life with nmap easier.

Change-Id: I6d01c43f062748d4ba7d7020587c286322e610bb
Reviewed-on: https://boringssl-review.googlesource.com/7403
Reviewed-by: David Benjamin <davidben@google.com>
2016-03-09 19:38:06 +00:00

10 lines
94 B
CMake

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