gtest-cmake-example
gtest cmake setup
An example setup of cmake with google test.
Helpful example of a gtest and cmake set up for C++.
316 stars
17 watching
123 forks
Language: C++
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
grvlbit/travis-gtest-cmake-example | An example setup of Travis-CI with cmake and google test for C++ projects | 42 |
cginternals/cmake-init | A C++ project setup template using CMake for reliable, cross-platform development. | 913 |
viva64/pvs-studio-cmake-examples | Examples of integrating a static code analysis tool with CMake project builds and analyses. | 53 |
bast/cmake-example | Demonstrates various CMake features and builds a CDash testing dashboard | 142 |
developerpaul123/cmakeinstallexample | An example project demonstrating CMake's use in building and packaging a Windows-based C++ project with an installer. | 36 |
ospector/gtest-gbar | A C# wrapper around Google Test to enhance its user interface | 131 |
pr0g/cmake-examples | A collection of simple CMake projects to help understand the basics of CMake and installing. | 1,169 |
ruslo/cgold | A comprehensive guide to building and managing C++ projects using the CMake build system. | 525 |
pabloariasal/modern-cmake-sample | A sample project demonstrating best practices and proper usage of CMake in building a library and an executable. | 667 |
forexample/package-example | A CMake example project demonstrating the installation and usage of a package | 398 |
laurentgomila/qt-android-cmake | Provides a CMake utility for building and deploying Qt-based Android applications without using QtCreator. | 243 |
kinow/gtest-tap-listener | A tool that generates TAP output from GoogleTest test cases | 78 |
rwth-hpc/cmake-codecov | A CMake module for enabling and reporting code coverage | 89 |
cpp-best-practices/cmake_template | C++ project template providing a set of best practices and tools for building and testing C++ applications | 1,138 |
chadmv/cgcmake | A collection of CMake modules and build scripts for creating computer graphics applications | 129 |