diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt index 491fdfc..ae622ff 100644 --- a/utils/CMakeLists.txt +++ b/utils/CMakeLists.txt @@ -11,6 +11,7 @@ SET(UTILS-SOURCES ADD_LIBRARY(nfcutils STATIC nfc-utils.c ) +TARGET_LINK_LIBRARIES(nfcutils nfc) # Examples FOREACH(source ${UTILS-SOURCES})