leapserial
leapserial copied to clipboard
Get protobuf unit tests running on Mac
Couldn't get protobuf unit tests working on mac because of some problems with FindProtobuf.cmake
on that platform. This command seems to install protobuf just fine with brew:
brew install protobuf
And FindProtobuf.cmake
seems to find protoc
just fine, but it doesn't seem to find the dylib properly nor does LeapSerialTest correctly link to it. Figure out why, fix it, and build protobuf on the mac platform.
Commit a62f57b2774282414ac0c3fc6c361186c85e4739 shows as far as I got with this one. I rolled it back before #14 was merged so we could get some coverage and make some headway at least.