Fix CMake files to compile NFCIP examples and fix include directory.

This commit is contained in:
Romuald Conty 2009-09-04 08:34:08 +00:00
parent 4457a3e327
commit 63bad72a4c

View file

@ -1,5 +1,5 @@
SET(LIBRARY-SOURCES libnfc dev_pn531 dev_pn533 rs232 bitutils dev_arygon) SET(LIBRARY-SOURCES libnfc dev_pn531 dev_pn533 rs232 bitutils dev_arygon)
SET(TOOLS-SOURCES list mftool mfultool) SET(TOOLS-SOURCES list mftool mfultool initiator target)
IF(LIBNFC_PCSC) IF(LIBNFC_PCSC)
ADD_DEFINITIONS("-DHAVE_PCSC_LITE=1") ADD_DEFINITIONS("-DHAVE_PCSC_LITE=1")
@ -21,7 +21,7 @@ ENDIF(MSVC)
IF(MSVC) IF(MSVC)
# Include the stdint headers, because MSVC does not have them # Include the stdint headers, because MSVC does not have them
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/msvc) INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/../win32/stdint)
# This is from libusb-win32.sourceforge.net # This is from libusb-win32.sourceforge.net
SET(LIBUSB_INCLUDE_DIRS $ENV{ProgramFiles}/LibUSB-Win32/include) SET(LIBUSB_INCLUDE_DIRS $ENV{ProgramFiles}/LibUSB-Win32/include)