Skip to content

Commit

Permalink
usr/share/gz (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Jul 13, 2022
1 parent 3564519 commit b0024cc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions ubuntu/debian/libgz-plugin-dev.doc-base
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Document: ignition-plugin2
Document: gz-plugin2
Title: Gazebo Plugin C++ API reference
Author: Open Robotics
Abstract: Describe the Gazebo Plugin C++ API.
Section: Programming/C++

Format: HTML
Index: /usr/share/doc/libignition-plugin2-dev/html/index.html
Files: /usr/share/doc/libignition-plugin2-dev/html/*
Index: /usr/share/doc/libgz-plugin2-dev/html/index.html
Files: /usr/share/doc/libgz-plugin2-dev/html/*
4 changes: 2 additions & 2 deletions ubuntu/debian/libgz-plugin-dev.install
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ usr/lib/*/*.so
usr/lib/*/pkgconfig/*.pc
usr/lib/*/cmake/*-plugin*/*
usr/lib/ruby/*/*
usr/share/ignition/*
usr/share/ignition/*/*
usr/share/gz/*
usr/share/gz/*/*
2 changes: 1 addition & 1 deletion ubuntu/debian/libgz-plugin-dev.lintian-overrides
Original file line number Diff line number Diff line change
@@ -1 +1 @@
libignition-plugin2-dev: privacy-breach-*
libgz-plugin2-dev: privacy-breach-*
10 changes: 5 additions & 5 deletions ubuntu/debian/tests/build
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR)
project(example)
# Find the ignition-plugin2 library
find_package(ignition-plugin2 REQUIRED COMPONENTS all)
#include_directories(\${ignition-plugin2_INCLUDE_DIRS})
# Find the gz-plugin2 library
find_package(gz-plugin2 REQUIRED COMPONENTS all)
#include_directories(\${gz-plugin2_INCLUDE_DIRS})
add_executable(plugin_test plugin_test.cc)
target_link_libraries(plugin_test
PRIVATE
ignition-plugin2::register
ignition-plugin2::loader
gz-plugin2::register
gz-plugin2::loader
)
EOF
Expand Down

0 comments on commit b0024cc

Please sign in to comment.