Skip to content

How to include the parameters in a dependent package? #204

@reinzor

Description

@reinzor

Hi,

Thanks for this library!

We would like to include a public header from another packages that includes the parameter header. However, this header is not available for that package as #include <example_parameters.hpp> but it is installed under example_parameters/example_parameters.hpp. How can we do this?

So the setup:

package_with_parameters/include/header.hpp

#include <example_parameters.hpp>

another_package/include/header.hpp

#include <package_with_parameters/header.hpp> // #include <example_parameters.hpp> cannot be found, example_parameters/example_parameters.hpp can be found

Can you help us with this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions