This repository has been archived on 2026-02-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Livox-SDK/sdk_core/sdk_core.pri
T
2020-05-18 12:28:17 +03:00

13 lines
345 B
Plaintext

INCLUDEPATH += $$PWD/include
INCLUDEPATH += $$PWD/include/third_party/FastCRC/
include( $$PWD/src/third_party/FastCRC/FastCRC.pri )
INCLUDEPATH += $$PWD/src/command_handler/
HEADERS += $$PWD/src/command_handler/command_impl.h
INCLUDEPATH += $$PWD/src/comm/
HEADERS += $$PWD/src/comm/sdk_protocol.h
SOURCES += $$PWD/src/comm/sdk_protocol.cpp