CMakePM: Fix qbs build

Change-Id: I96ea5f4130c9a5449ad7c0f97f63494ecf5b0e01
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2023-04-21 06:58:19 +02:00
parent 039baab6e7
commit 128d40e179

View File

@@ -93,4 +93,18 @@ QtcPlugin {
"projecttreehelper.cpp",
"projecttreehelper.h"
]
Group {
name: "3rdparty"
cpp.includePaths: base.concat("3rdparty/cmake")
prefix: "3rdparty/cmake/"
files: [
"cmListFileCache.cxx",
"cmListFileCache.h",
"cmListFileLexer.c",
"cmListFileLexer.h",
"cmStandardLexer.h",
]
}
}