Files
VkuMonitor/cpp/driver/SLCANDriver/SLCANDriver.pri
2024-07-03 19:11:29 +09:00

13 lines
166 B
Plaintext

CONFIG += c++11
SOURCES += \
$$PWD/SLCANInterface.cpp \
$$PWD/SLCANDriver.cpp
HEADERS += \
$$PWD/SLCANInterface.h \
$$PWD/SLCANDriver.h
FORMS +=