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
My code depend on some cpp file that must be generated. Since a cpp file is a source too, it cannot treat it as a TARGET.
And when I put some custom rule for that cpp to be generated like
My code depend on some cpp file that must be generated. Since a cpp file is a source too, it cannot treat it as a TARGET.
And when I put some custom rule for that cpp to be generated like
mygeneratedfile.cpp : whateverInterfaceHeader.h
@generateFileFromHeader -i whateverInterfaceHeader.h
It will generate a mygeneratedfile.cpp rule, but with nothing under it.
I diagnosed that by doing :
make -p | vi -
The text was updated successfully, but these errors were encountered: