Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Supplied Variables #74

Open
larryk85 opened this issue Jun 8, 2023 · 0 comments
Open

Supplied Variables #74

larryk85 opened this issue Jun 8, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request 👍 lgtm
Milestone

Comments

@larryk85
Copy link
Contributor

larryk85 commented Jun 8, 2023

In conjunction with #73 we should also have some generated variables.

For each object (i.e. app, lib) we should produce a variable of the object name and a set of attributes with that variable.

Current attributes needed are:

  1. Object's source directory : src_dir
  2. Object's include directory : include_dir
  3. Object's compile flags : cflags
  4. Object's link flags : ldflags

These would be used something like this:

In the project.yaml ... we have the app foo and the lib bar

compile_flags : "{foo.cflags} {bar.include_dir}/../other"

@larryk85 larryk85 added the enhancement New feature or request label Jun 8, 2023
@BenjaminGormanPMP BenjaminGormanPMP added this to the CDT 5.0.0-rc1 milestone Jun 8, 2023
@bhazzard bhazzard moved this from Todo to Icebox in Team Backlog Jun 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request 👍 lgtm
Projects
Archived in project
Development

No branches or pull requests

3 participants