#Simple GoogleTest Cmake Project
A simple project I made to test GoogleTest with a C project.
We have a main.c and Modules with only .c files. The tests are in C++.
This project is made for Clion to pick up the tests and integrate them easily. But it builds normaly with Cmake without a fuss.