Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix public usage requirements on CMake targets #462

Merged
merged 2 commits into from
Aug 27, 2023

Commits on Aug 22, 2023

  1. Fix public usage requirements on CMake targets

    This adds the include directory to the public includes for both the
    static and shared targets. It is necessary to do it for both the build
    and install interfaces, because the build interface will be used if the
    project is added as a submodule, but the install interface will be used
    if the project was added using a config.
    
    Fixes eBay#460.
    JosiahWI committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    0f31c3d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    d423191 View commit details
    Browse the repository at this point in the history