c2 icon indicating copy to clipboard operation
c2 copied to clipboard

Fixed CMakelist to work with GMock

Open acgetchell opened this issue 11 years ago • 0 comments

Feel free to ignore changes to SoundexTest.cpp but the changes to CMakeLists allows it to work with GMock 1.7.0, assuming that the following environment variables are set:

export GMOCK_HOME="$HOME/gmock-1.7.0" export DYLD_FALLBACK_LIBRARY_PATH=$GMOCK_HOME/lib/.libs:$GMOCK_HOME/gtest/lib/.libs:$DYLD_FALLBACK_LIBRARY_PATH

acgetchell avatar Oct 02 '14 09:10 acgetchell