Installing Google Test on Mac
One bash script to install google test (and mock) on your Mac. I assume you already had install cmake (if not, use brew - brew install cmake).
It use brew directories to store gmock and gtest.
#!/usr/bin/env bashOne bash script to install google test (and mock) on your Mac. I assume you already had install cmake (if not, use brew - brew install cmake).
It use brew directories to store gmock and gtest.
#!/usr/bin/env bash| -------------------------------------------------- | |
| -------------------------------------------------- | |
| -- Import tasks from Things to OmniFocus | |
| -------------------------------------------------- | |
| -------------------------------------------------- | |
| -- | |
| -- Script taken from: http://forums.omnigroup.com/showthread.php?t=14846&page=2 | |
| -- | |
| -- Added: creation date, due date, start date functionality |