summaryrefslogtreecommitdiff
path: root/maximus/channel/Module
blob: 132955f88e221b1012f223760bf606b04f18f6f0 (plain)
1
2
3
4
5
SOURCES := ChannelComputer.cpp ChannelSettings.cpp ChannelMapping.cpp ChannelPoint.cpp
ifdef UNITTEST
SOURCES += ChannelComputerTest.cpp ChannelSettingsTest.cpp ChannelMappingTest.cpp ChannelPointTest.cpp
endif
HOST_INCLUDES += maximus/channel/inc