Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove absolute path from include statement in cpp generated code #4

Closed
end2endzone opened this issue Nov 26, 2017 · 1 comment
Closed
Labels
Milestone

Comments

@end2endzone
Copy link
Owner

end2endzone commented Nov 26, 2017

Generated cpp code add the following include statement:

#include ".\generated_files\testText100000\_testText100000.h"

Code should be replaced for the following:

#include "_testText100000.h"
@end2endzone
Copy link
Owner Author

end2endzone commented Nov 26, 2017

Make the generated .cpp file include the header filename without the path to the actual generated header file. (this implies that cpp is located in the same folder as the header file)

@end2endzone end2endzone added this to the 1.4 milestone Dec 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant