diff --git a/src/util/CMakeLists.txt b/src/util/CMakeLists.txt index c36e3f6e34b69fda6ad43dbd0a4f8275bf94ef99..4202092947d1ea237a776d3142ba3a07d943ac57 100644 --- a/src/util/CMakeLists.txt +++ b/src/util/CMakeLists.txt @@ -98,6 +98,7 @@ ELSEIF(TD_DARWIN_64) LIST(APPEND SRC ./src/ttypes.c) LIST(APPEND SRC ./src/tutil.c) LIST(APPEND SRC ./src/version.c) + LIST(APPEND SRC ./src/hash.c) ADD_LIBRARY(tutil ${SRC}) TARGET_LINK_LIBRARIES(tutil iconv pthread os) ENDIF()