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 Mar 26, 2020. It is now read-only.
Djinni always writes includes in quotes like "foo.hpp" not angle-brackets like <foo.hpp> so if that's a distinction you were trying to make it's not something Djinni can do out of the box.
I use gRPC as a transport protocol in my project which I want to implement in C++. Since the generated gRPC C++ source files are in a different directory than the C++ implementation of my app, I need to add the path to these files to the project to allow writing such include statements.
So in the implementation of my djinni generated C++ classes I need to access the gRPC source files and to write #include <grpc/grpc.h>
Excuse me for not enunciating me correctly and I hope I could do it properly.
I have a simple question, is it possible to use additional C++ include directories and to write include statements like
#include <mylib/file.hpp>
The text was updated successfully, but these errors were encountered: