Hey guys. I was wondering what is the recommended way to incorporate thrift into to the build system. Right now, for the build system @ work, we just compile the *.thrift file, and commit them in the source repository. This works, but it doesn't feel very comfortable committing automatically generated files.
For other builds @ work, we're using CMake to compile the c++ project. Any solution that uses make / cmake / some other build system would be appreciated. thanks. -Jee
