e64ef27cbe
Change-Id: I37a438b5b4b18d18756ba4aeb9f8548caa333981 Reviewed-on: https://boringssl-review.googlesource.com/20384 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>
10 lines
76 B
CMake
10 lines
76 B
CMake
include_directories(../../include)
|
|
|
|
add_library(
|
|
cfb
|
|
|
|
OBJECT
|
|
|
|
cfb.c
|
|
)
|