mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-18 21:43:47 +00:00
Fix CMake build.
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user