An open API service indexing awesome lists of open source software.

https://github.com/fpopic/cmake-googletest-template-project

(PoC) Empty CMake project with GoogleTest library used as subproject for unit testing some C++ code "lib/mylib/".
https://github.com/fpopic/cmake-googletest-template-project

cmake google-test testing unit-testing

Last synced: 8 months ago
JSON representation

(PoC) Empty CMake project with GoogleTest library used as subproject for unit testing some C++ code "lib/mylib/".

Awesome Lists containing this project

README

          

# cmake-googletest-template-project

(PoC) CMake template project with GoogleTest library used as subproject for unit testing some C++ code "lib/mylib/" (e.g. random number generator).