boringssl/crypto/obj/CMakeLists.txt
Kári Tristan Helgason ce9f6937e2 Convert obj_tests to gtest
Change-Id: I2e7b9e80419758a5ee4f53915f13334bbf8e0447
Reviewed-on: https://boringssl-review.googlesource.com/16965
Reviewed-by: David Benjamin <davidben@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2017-06-07 17:35:56 +00:00

11 lines
89 B
CMake

include_directories(../../include)
add_library(
obj
OBJECT
obj.c
obj_xref.c
)