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