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

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