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

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