Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

Releases: frederikvannoote/cmake-common

v1.4.0

21 Aug 13:10
dfc1fe3
Compare
Choose a tag to compare
Merge pull request #60 from frederikvannoote/develop

Release v1.4.0

v1.3.0

09 Aug 06:31
aecdfb8
Compare
Choose a tag to compare
  • Fixes relocatable cmake packages
  • various cleanups.

Release v1.2.1

15 Feb 07:14
Compare
Choose a tag to compare

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

14 Feb 14:25
Compare
Choose a tag to compare

CppCheck

Queries your code and performs a cppcheck.

Code coverage

Allows you to perform code coverage using gcov.

Release v1.1

13 Feb 10:07
Compare
Choose a tag to compare

Adding out of the box experience with QtCreator.

Release v1.0

09 Feb 13:15
Compare
Choose a tag to compare

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.