You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@thrift.apache.org by jeff saremi <je...@hotmail.com> on 2017/01/10 04:58:47 UTC

Thrift CPP: Exporting headers

Does the Thrift lib for cpp have a build target that would create what needs to be included in the clients? Does it export its public interface?
By the looks of it, i'd need to go to lib/cpp/thrift and copy all files/structure and delete the cpp files after.

thanks

Re: Thrift CPP: Exporting headers

Posted by jeff saremi <je...@hotmail.com>.
i guess it does not do that.

I wrote a post-build script to export all .h and .tcc files


________________________________
From: jeff saremi <je...@hotmail.com>
Sent: Monday, January 9, 2017 8:58 PM
To: user@thrift.apache.org
Subject: Thrift CPP: Exporting headers

Does the Thrift lib for cpp have a build target that would create what needs to be included in the clients? Does it export its public interface?
By the looks of it, i'd need to go to lib/cpp/thrift and copy all files/structure and delete the cpp files after.

thanks