You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
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:
src_dir
include_dir
cflags
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"
The text was updated successfully, but these errors were encountered: