Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/master
/
.
/
Tests
/
RunCMake
/
InstallSbom
/
ApplicationTarget.cmake
blob: 60c73ac690d78476a8bf44cccd631f80de636f51 [
file
] [
edit
]
include
(
$
{
CMAKE_CURRENT_LIST_DIR
}/../
Sbom
/
ApplicationTarget
.
cmake
)
install
(
SBOM application_targets
EXPORTS application_targets
FORMAT
"spdx-3.0+json"
DESTINATION
.
)