Adding nfc-jewel util
This commit is contained in:
parent
827d9792dd
commit
ef81f06344
6 changed files with 704 additions and 0 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue