mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03:00
8 lines
174 B
CMake
8 lines
174 B
CMake
include(${CMAKE_CURRENT_LIST_DIR}/../Sbom/ApplicationTarget.cmake)
|
|
|
|
install(SBOM application_targets
|
|
EXPORTS application_targets
|
|
FORMAT "spdx-3.0+json"
|
|
DESTINATION .
|
|
)
|