Add com, datif and prot components.

This commit is contained in:
Gerhard Hoffmann 2023-12-18 12:09:59 +01:00
parent 3eff32b45c
commit f226179e24

View File

@ -2,10 +2,20 @@ TEMPLATE = lib
TARGET = CAmaster
VERSION="1.0.0"
HEADERS += \
../include/com.h \
../include/datIf.h \
../include/prot.h
SOURCES += \
../src/com.cpp \
../src/datIf.cpp \
../src/prot.cpp
include(../DCLibraries.pri)
DEFINES+=THIS_IS_CA_MASTER
DEFINES-=THIS_IS_CA_SLAVE
DESTDIR=$${_PRO_FILE_PWD_}/../build
unix {