How to install google test framework (gtest) on Linux using CMake

How do you install gtest or google test framework on Linux. There are two ways you can install gtest on Linux 1. Using sudo apt install libgtest-dev googletest 2. Using google test source code Use google test in CMake without installing #cpp #tdd #unittesting #googletest #gtest #linux #aptitude #c #cmake #programming #developers #development
Back to Top