summaryrefslogtreecommitdiffstats
path: root/xbmc/peripherals/bus/CMakeLists.txt
blob: 81c80c5515bdc179349360709861068ac57cd65a (plain)
1
2
3
4
5
6
set(SOURCES PeripheralBus.cpp)

set(HEADERS PeripheralBus.h
            PeripheralBusUSB.h)

core_add_library(peripherals_bus)