Add c-include-dirs project/manifest setting. (#1338)

Set the include directories to be used when compiling C sources.
This commit is contained in:
Christian Buttner
2024-08-10 01:51:59 +02:00
committed by GitHub
parent 274e5280cb
commit 30af7f1ca6
10 changed files with 58 additions and 15 deletions

View File

@@ -26,6 +26,7 @@
- Add `+++` `&&&` `|||` as replacement for `$concat`, `$and` and `$or`.
- Add `methodsof` to type info for struct, union and bitstruct.
- Added `@tag` `tagof` and `has_tagof` to user defined types and members.
- Added `c-include-dirs` project/manifest setting.
- The compiler now skips UTF8 BOM.
### Fixes