added blowfish CMakeLists.txt

This commit is contained in:
Jack Andersen 2015-07-11 18:29:47 -10:00
parent 0a5d1a45fd
commit 4596b34f67
1 changed files with 1 additions and 0 deletions

1
hecl/extern/blowfish/CMakeLists.txt vendored Normal file
View File

@ -0,0 +1 @@
add_library(blowfish blowfish.c blowfish.dat.c blowfish.h)