CMake: Make disable serial probe configurable in GUI.
CMake: Add sources of getopt tools to all builds except windows. (Thanks to Fkooman)
This commit is contained in:
parent
7e4512fa68
commit
36a4eb208f
2 changed files with 6 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
|||
SET(LIBRARY-SOURCES libnfc dev_pn531 dev_pn533 rs232 bitutils dev_arygon)
|
||||
SET(TOOLS-SOURCES list mftool mfultool initiator target)
|
||||
|
||||
# disabled for now on Windows, due to lacking getopt
|
||||
IF(NOT MSVC)
|
||||
SET(TOOLS-SOURCES ${TOOLS-SOURCES} anticol emulate relay)
|
||||
ENDIF(NOT MSVC)
|
||||
|
||||
IF(LIBNFC_PCSC)
|
||||
ADD_DEFINITIONS("-DHAVE_PCSC_LITE=1")
|
||||
SET(LIBRARY-SOURCES ${LIBRARY-SOURCES} "dev_acr122")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue