Start repository

This commit is contained in:
2023-11-08 13:02:26 +01:00
parent 726c886492
commit a9041d417d
69 changed files with 31804 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
TEMPLATE = lib
TARGET = CAmaster
VERSION="1.0.0"
include(../DCLibraries.pri)
DEFINES+=THIS_IS_CA_MASTER
DESTDIR=$${_PRO_FILE_PWD_}/../build
system("mkdir -p $${DESTDIR}")
system("cp ../include/interfaces.h $${DESTDIR}")