CMake: Annotate some targets with SBOM information

Pick-to: 6.8
Task-number: QTBUG-122899
Change-Id: Id0d4c6afd12c87f5377a66a700a8600a9463360d
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
Alexandru Croitor 2024-06-17 15:32:00 +02:00
parent 8f97d4b89e
commit a4d3322320
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
set(QT_SBOM_DEFAULT_QT_LICENSE_ID_LIBRARIES "QT_COMMERCIAL_OR_GPL3")
add_subdirectory(coap) add_subdirectory(coap)