Hi Stephan, Sorry, I misread your question.
Currently there is no way to generate the headers and c++ in separate folders. You will have to move one or the other after the fact. -Kenton On Sun, Apr 2, 2017 at 12:38 PM, Stephan Opfer <[email protected]> wrote: > HI Kenton, > > this would generate the .c++ and .h files into the same folder right? I > want to have a different folder for each. > > Kind regards, > Stephan > > Am Sonntag, 2. April 2017 20:48:25 UTC+2 schrieb Kenton Varda: >> >> Hi Stephan, >> >> Yes. Example: >> >> capnp compile --src-prefix=src -oc++:out src/file.capnp >> >> The output will go to "out/file.capnp.{h,c++}". >> >> For more info, try: capnp help compile >> >> -Kenton >> >> On Wed, Mar 29, 2017 at 3:57 AM, Stephan Opfer <[email protected]> >> wrote: >> >>> Hi, >>> >>> is it possible to generate the header file of a capnp message into >>> another folder than the cpp file? >>> >>> Greetings, >>> Stephan >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Cap'n Proto" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> Visit this group at https://groups.google.com/group/capnproto. >>> >> >> -- > You received this message because you are subscribed to the Google Groups > "Cap'n Proto" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at https://groups.google.com/group/capnproto. > -- You received this message because you are subscribed to the Google Groups "Cap'n Proto" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/capnproto.
