Skip to content

Releases: DavidingPlus/cmake-project-template

v1.1.1

03 Feb 09:48
Compare
Choose a tag to compare

Release Notes

Run unit test suceessfully not just build the exec file.

v1.1.0

16 Dec 09:17
93232ef
Compare
Choose a tag to compare

Release Notes

optimize support of unit test.

New Features

Use Conan to configure unit test cross platform, which means users do not need to install GoogleTest ahead of time. It is integrated into the project now.

See more details: PR #4

v1.0.0

16 Dec 05:08
b666d87
Compare
Choose a tag to compare

Release Notes

This is a basic framework for a C/C++ project with CMake.

It supports building cross platform on windows and linux.

We also add unit test based on googletest, which is only on linux for now.