donate-cpu.py: Detect and use googletest library
This commit is contained in:
parent
0fa70ebb2a
commit
bcd7830fcb
|
@ -37,7 +37,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.6"
|
CLIENT_VERSION = "1.1.7"
|
||||||
|
|
||||||
|
|
||||||
def checkRequirements():
|
def checkRequirements():
|
||||||
|
@ -230,6 +230,7 @@ def scanPackage(workPath, cppcheckPath, jobs, fast):
|
||||||
libraries = ' --library=posix --library=gnu'
|
libraries = ' --library=posix --library=gnu'
|
||||||
|
|
||||||
libraryIncludes = {'boost': ['<boost/'],
|
libraryIncludes = {'boost': ['<boost/'],
|
||||||
|
'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
|
||||||
'motif': ['<X11/', '<Xm/'],
|
'motif': ['<X11/', '<Xm/'],
|
||||||
|
|
Loading…
Reference in New Issue