Skip to content

Commit

Permalink
Fix include/ignition/.../parameters header files (#374)
Browse files Browse the repository at this point in the history
The ignition redirection headers for the parameters
component were not installed. Also fix result.hh.

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Dec 8, 2022
1 parent 4b93f75 commit f159d97
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 1 deletion.
2 changes: 2 additions & 0 deletions parameters/include/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
add_subdirectory(gz)
install(DIRECTORY ignition DESTINATION ${IGN_INCLUDE_INSTALL_DIR_FULL})
1 change: 1 addition & 0 deletions parameters/include/gz/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add_subdirectory(transport)
19 changes: 19 additions & 0 deletions parameters/include/ignition/transport/parameters.hh
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/*
* Copyright (C) 2022 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/

#include <gz/transport/parameters.hh>
#include <ignition/transport/config.hh>
19 changes: 19 additions & 0 deletions parameters/include/ignition/transport/parameters/Export.hh
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/*
* Copyright (C) 2022 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/

#include <gz/transport/parameters/Export.hh>
#include <ignition/transport/config.hh>
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
*
*/

#include <gz/transport/parameters/results.hh>
#include <gz/transport/parameters/result.hh>
#include <ignition/transport/config.hh>

0 comments on commit f159d97

Please sign in to comment.