Windows: Fix compilation due to new usbbus file
This commit is contained in:
parent
008158090c
commit
f8d8052866
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ SET(CHIPS_SOURCES chips/pn53x)
|
||||||
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/chips)
|
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/chips)
|
||||||
|
|
||||||
# Library's buses
|
# Library's buses
|
||||||
SET(BUSES_SOURCES buses/uart)
|
SET(BUSES_SOURCES buses/uart buses/usbbus)
|
||||||
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/buses)
|
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/buses)
|
||||||
|
|
||||||
INCLUDE(LibnfcDrivers)
|
INCLUDE(LibnfcDrivers)
|
||||||
|
|
Loading…
Reference in a new issue