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