Fix CMake build.
This commit is contained in:
parent
53349c8c20
commit
08f428fbdf
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ IF(LIBUSB_FOUND)
|
||||||
ENDIF(LIBUSB_FOUND)
|
ENDIF(LIBUSB_FOUND)
|
||||||
|
|
||||||
# Library
|
# Library
|
||||||
SET(LIBRARY_SOURCES nfc nfc-device nfc-emulation nfc-internal iso14443-subr mirror-subr target-subr ${DRIVERS_SOURCES} ${BUSES_SOURCES} ${CHIPS_SOURCES})
|
SET(LIBRARY_SOURCES nfc nfc-device nfc-emulation nfc-internal conf iso14443-subr mirror-subr target-subr ${DRIVERS_SOURCES} ${BUSES_SOURCES} ${CHIPS_SOURCES})
|
||||||
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
|
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
IF(LIBNFC_DEBUG_OUTPUT)
|
IF(LIBNFC_DEBUG_OUTPUT)
|
||||||
LIST(APPEND LIBRARY_SOURCES log-printf)
|
LIST(APPEND LIBRARY_SOURCES log-printf)
|
||||||
|
|
Loading…
Add table
Reference in a new issue