Adding nfc-jewel util

This commit is contained in:
Pim 't Hart 2014-02-03 00:04:08 +01:00 committed by Philippe Teuwen
parent 827d9792dd
commit ef81f06344
6 changed files with 704 additions and 0 deletions

View file

@ -1,5 +1,6 @@
SET(UTILS-SOURCES
nfc-emulate-forum-tag4
nfc-jewel
nfc-list
nfc-mfclassic
nfc-mfultralight
@ -26,6 +27,10 @@ FOREACH(source ${UTILS-SOURCES})
LIST(APPEND TARGETS ${CMAKE_CURRENT_BINARY_DIR}/../windows/${source}.rc)
ENDIF(WIN32)
IF(${source} MATCHES "nfc-jewel")
LIST(APPEND TARGETS jewel)
ENDIF(${source} MATCHES "nfc-jewel")
IF((${source} MATCHES "nfc-mfultralight") OR (${source} MATCHES "nfc-mfclassic"))
LIST(APPEND TARGETS mifare)
ENDIF((${source} MATCHES "nfc-mfultralight") OR (${source} MATCHES "nfc-mfclassic"))