nymea/libhive/libhive.pro

29 lines
591 B
Prolog

TARGET = hive
TEMPLATE = lib
target.path = /usr/lib
INSTALLS += target
SOURCES += device.cpp \
deviceclass.cpp \
devicemanager.cpp \
deviceplugin.cpp \
radio433.cpp \
gpio.cpp \
trigger.cpp \
triggertype.cpp \
action.cpp \
actiontype.cpp \
HEADERS += device.h \
deviceclass.h \
devicemanager.h \
deviceplugin.h \
radio433.h \
gpio.h \
trigger.h \
triggertype.h \
action.h \
actiontype.h \