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
This command will produce a header mylib.h in root dir. Of course, it would be better to generate everything into build, but also it would be essential to have option like --header-output, which represents the emitted header path.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
project.json
with the following content:main.c3
with arbitrary content.c3c build mylib
.This command will produce a header
mylib.h
in root dir. Of course, it would be better to generate everything intobuild
, but also it would be essential to have option like--header-output
, which represents the emitted header path.The text was updated successfully, but these errors were encountered: