gtest-cmake-example icon indicating copy to clipboard operation
gtest-cmake-example copied to clipboard

Helpful example of a gtest and cmake set up for C++.

Results 3 gtest-cmake-example issues
Sort by recently updated
recently updated
newest added

I was trying to run this sample. But after cmake .. command, no makefile is created thus unable to run make command. Please help? I am new to this.

I was trying to extend this, by adding a directory and a cpp file in that directory and a test_*.cpp file in that directory and add it. I used the...

hi, following the steps you outline i end up with ``` ➜ build git:(master) make test Running tests... Test project /Users/florian.oswald/git/gtest-cmake-example/build Start 1: that-test-I-made Could not find executable /Users/florian.oswald/git/gtest-cmake-example/build/runUnitTests Looked...