This fixes #12 for me. Inspired by intrepid attempts of @gidden, this fix just uses find_path and seeks something above the gtest folder, so that #include <gtest/gtest.h> will work. Including the gtest folder didn't work because gtest/gtest.h isn't in it... you know...
This fixes #12 for me. Inspired by intrepid attempts of @gidden, this fix just uses find_path and seeks something above the gtest folder, so that #include <gtest/gtest.h> will work. Including the gtest folder didn't work because gtest/gtest.h isn't in it... you know...