This repository has been archived by the owner on Aug 30, 2018. It is now read-only.
Releases: frederikvannoote/cmake-common
Releases · frederikvannoote/cmake-common
v1.4.0
v1.3.0
- Fixes relocatable cmake packages
- various cleanups.
Release v1.2.1
Bugfix for usage of BUILD_SHARED_LIBS define in cases where you use both dynamically and statically linked libraries which all use this system to make cmake packages.
Release v1.2
CppCheck
Queries your code and performs a cppcheck.
Code coverage
Allows you to perform code coverage using gcov.
Release v1.1
Adding out of the box experience with QtCreator.
Release v1.0
The release features a number of common things:
Cmake packages
CMake packages allow you to easily share your library with other cmake projects.
This add-on expects that you have set a number of variables and creates a library package for you which can be used both inside and outside of the cmake tree.
Qt unit testing
Allows you to have unit tests using the Qt Test framework.