Windows: Fix compilation due to new usbbus file

This commit is contained in:
Alex Lian 2013-03-03 12:31:06 -05:00 committed by Philippe Teuwen
parent 008158090c
commit f8d8052866

View file

@ -12,7 +12,7 @@ SET(CHIPS_SOURCES chips/pn53x)
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/chips)
# Library's buses
SET(BUSES_SOURCES buses/uart)
SET(BUSES_SOURCES buses/uart buses/usbbus)
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/buses)
INCLUDE(LibnfcDrivers)