Skip to content
Snippets Groups Projects
Commit 6c73d6fe authored by Paul D'Angio's avatar Paul D'Angio
Browse files

removed ide project files

parent 64eb1f3f
No related branches found
No related tags found
No related merge requests found
*.user # Ignore documentation
doc/* doc/
# Ignore IDE files
.vscode/
*.user
\ No newline at end of file
File moved
TEMPLATE = app
CONFIG += console c++11
CONFIG -= app_bundle
CONFIG -= qt
SOURCES += \
src/driver.cpp \
src/main_rpi.cpp \
src/ros_node.cpp \
src/rpi_driver.cpp
DISTFILES += \
CMakeLists.txt \
README.md \
package.xml
HEADERS += \
src/driver.h \
src/ros_node.h \
src/rpi_driver.h
INCLUDEPATH += \
/opt/ros/melodic/include \
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment