xref
: /
external
/
boringssl
/
src
/
crypto
/
obj
/
CMakeLists.txt
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
include_directories(../../include)
2
3
add_library(
4
obj
5
6
OBJECT
7
8
obj.c
9
obj_xref.c
10
)
11