include_directories(. .. ../../include)

add_library(
  hmac

  OBJECT

  hmac.c
)
