summaryrefslogtreecommitdiffstats
path: root/src/crypto/mac/ghash/builtin/CMakeLists.txt
blob: 7951d58c4fa9e24cd173db88d05e5108831f439c (plain)
1
2
3
4
5
6
include_directories(${FASTD_SOURCE_DIR}/src ${FASTD_BINARY_DIR})

add_library(mac_ghash_builtin OBJECT
  ghash_builtin.c
)
set_property(TARGET mac_ghash_builtin PROPERTY COMPILE_FLAGS "${FASTD_CFLAGS}")