Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcondino committed Apr 9, 2020
1 parent b4ae878 commit 9848dd7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,16 @@ set (rqt_gauges_SRCS
src/rqt_gauges/my_plugin.cpp
)

# Don't need this plugin's header to export
# the generic qcgaugewidget library
set(rqt_qcgauge_HDRS
include/rqt_gauges/qcgaugewidget.h
)

# For compiling our plugin, only need the my_plugin header,
# since we'll link to `qcgaugewidget`
set(rqt_gauges_HDRS
include/rqt_gauges/my_plugin.h
include/rqt_gauges/qcgaugewidget.h
)

set(rqt_gauges_UIS
Expand Down

0 comments on commit 9848dd7

Please sign in to comment.