mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-08-01 08:31:48 +00:00
Adding nfc-jewel util
This commit is contained in:
committed by
Philippe Teuwen
parent
827d9792dd
commit
ef81f06344
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user