Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mike10004/cmake-googletest-template
CMake C++ multi-project template with GoogleTest unit tests
https://github.com/mike10004/cmake-googletest-template
Last synced: 15 days ago
JSON representation
CMake C++ multi-project template with GoogleTest unit tests
- Host: GitHub
- URL: https://github.com/mike10004/cmake-googletest-template
- Owner: mike10004
- License: mit
- Created: 2021-05-10T16:54:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-28T19:23:25.000Z (over 3 years ago)
- Last Synced: 2024-10-07T09:21:13.908Z (3 months ago)
- Language: CMake
- Size: 974 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CMake C++ multi-project template with GoogleTest
Template for a CMake project uses GoogleTest in one child project to test a
library created by another child project.