This is a CLion template made for running on linux machines.
- make
- gcc
- g++
- cmake
- clion
- Clone this repo
- Download submodules
git submodule init
git submodule update
- Start clion, open the clion_googletest_template
- Run the
tests
configuration from clion to run google tests.