DBC parser initial commit.
This commit is contained in:
18
dbc.pro
Normal file
18
dbc.pro
Normal file
@@ -0,0 +1,18 @@
|
||||
TEMPLATE = app
|
||||
CONFIG += console c++17
|
||||
CONFIG -= app_bundle
|
||||
CONFIG -= qt
|
||||
|
||||
SOURCES += \
|
||||
dbc_parser.cpp \
|
||||
dbc_tree_builder.cpp \
|
||||
main.cpp \
|
||||
tree_node.cpp
|
||||
|
||||
HEADERS += \
|
||||
dbc_database.h \
|
||||
dbc_parser.h \
|
||||
dbc_tree_builder.h \
|
||||
frame_info.h \
|
||||
signal_info.h \
|
||||
tree_node.h
|
||||
Reference in New Issue
Block a user