Skip to content

Commit 6787937

Browse files
committed
Use ign_install_all_headers in example
Confirm location of auto-generated headers by including them from AlmostEmpty.cc Signed-off-by: Steve Peters <scpeters@openrobotics.org>
1 parent 6c2ffe5 commit 6787937

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
add_subdirectory(no_ign)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ign_install_all_headers()

examples/no_ignition_prefix/include/no_ign/config.hh.in

Whitespace-only changes.

examples/no_ignition_prefix/src/AlmostEmpty.cc

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
*
1616
*/
1717

18+
#include <no_ignition_prefix.hh>
19+
#include <no_ign/config.hh>
1820
#include <no_ign/Export.hh>
1921

2022
namespace no_ignition_prefix

0 commit comments

Comments
 (0)