donate-cpu.py: Auto detect cppunit configuration after next release.
This commit is contained in:
parent
41db8afe87
commit
d1b42434f3
|
@ -38,7 +38,7 @@ import platform
|
||||||
# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
|
# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
|
||||||
# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
|
# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
|
||||||
# changes)
|
# changes)
|
||||||
CLIENT_VERSION = "1.1.11"
|
CLIENT_VERSION = "1.1.12"
|
||||||
|
|
||||||
|
|
||||||
def checkRequirements():
|
def checkRequirements():
|
||||||
|
@ -235,6 +235,7 @@ def scanPackage(workPath, cppcheckPath, jobs, fast):
|
||||||
libraries = ' --library=posix --library=gnu'
|
libraries = ' --library=posix --library=gnu'
|
||||||
|
|
||||||
libraryIncludes = {'boost': ['<boost/'],
|
libraryIncludes = {'boost': ['<boost/'],
|
||||||
|
'cppunit': ['<cppunit/'],
|
||||||
'googletest': ['<gtest/gtest.h>'],
|
'googletest': ['<gtest/gtest.h>'],
|
||||||
'gtk': ['<gtk/gtk.h>', '<glib.h>', '<glib/'],
|
'gtk': ['<gtk/gtk.h>', '<glib.h>', '<glib/'],
|
||||||
# 'libcerror': ['<libcerror.h>'], <- Enable after release of 1.88
|
# 'libcerror': ['<libcerror.h>'], <- Enable after release of 1.88
|
||||||
|
|
Loading…
Reference in New Issue