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