summaryrefslogtreecommitdiffstats
path: root/src/crypto/md4/CMakeLists.txt
blob: db7a187bcb0d54ec79bef966d295cd09c5c3877e (plain)
1
2
3
4
5
6
7
8
9
include_directories(. .. ../../include)

add_library(
  md4

  OBJECT

  md4.c
)