mfcuk added to utils cmakelist modified acr122_usb.C et pn53x_usb.c modified to remove errors when compiling on Visual Studio 2022 on Windows
6 lines
203 B
CMake
6 lines
203 B
CMake
# -*- cmake -*-
|
|
|
|
add_definitions ( ${LIBNFC_DEFINITIONS} )
|
|
include_directories ( ${LIBNFC_INCLUDE_DIRS} )
|
|
link_directories ( ${LIBNFC_LIBRARY_DIRS} )
|