Skip to content

Commit

Permalink
Merge pull request #301 from xantares/patch-1
Browse files Browse the repository at this point in the history
CMake: fix drivers include
  • Loading branch information
neomilium committed Jun 23, 2015
2 parents 49dde9c + 59f6c5d commit 6be7372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/LibnfcDrivers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ IF(LIBNFC_DRIVER_PN53X_USB)
SET(USB_REQUIRED TRUE)
ENDIF(LIBNFC_DRIVER_PN53X_USB)

INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/drivers)
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/libnfc/drivers)

0 comments on commit 6be7372

Please sign in to comment.