OpenGrok
Cross Reference: CMakeLists.txt
xref
: /
external
/
boringssl
/
src
/
crypto
/
buf
/
CMakeLists.txt
Home
|
History
|
Annotate
|
Download
|
only in
buf
1
include_directories(../../include)
2
3
add_library(
4
buf
5
6
OBJECT
7
8
buf.c
9
)
10