summaryrefslogtreecommitdiffstats
path: root/src/decrepit/blowfish/CMakeLists.txt
blob: 29729c4982bdc03dd188149a4c2dfcc82df49cd7 (plain)
1
2
3
4
5
6
7
8
9
include_directories(../../include)

add_library(
  blowfish

  OBJECT

  blowfish.c
)