Skip to content

Package with only include_dirs doesn't work #161

@msmithTT

Description

@msmithTT

I have a package that just contains include files (global files that define parts of a larger project). If I attempt to create a Bender file for this, for example:

package:
  name: my_package
  authors:
    - "My Name"

sources:
  include_dirs:
    - rtl

  files:

This doesn't generate any +incdir+ command-line options.

If I add a single dummy file to this, then it adds the required +incdir+ command-line options as well as the dummy file:

package:
  name: my_package
  authors:
    - "My Name"

sources:
  include_dirs:
    - rtl

  files:
    - rtl/empty_dummy_module.sv

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