Skip to content

Commit c1de27f

Browse files
committed
accidentely removed the code to add schema to directory
1 parent b33a413 commit c1de27f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hardware_interface/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ install(
134134
DIRECTORY include/
135135
DESTINATION include/hardware_interface
136136
)
137+
138+
install(
139+
DIRECTORY schema
140+
DESTINATION share/hardware_interface
141+
)
142+
137143
install(
138144
TARGETS
139145
mock_components

0 commit comments

Comments
 (0)