mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
13 lines
301 B
CMake
13 lines
301 B
CMake
include(${CMAKE_CURRENT_LIST_DIR}/../Sbom/ProjectMetadata.cmake)
|
|
|
|
install(
|
|
SBOM test_targets
|
|
DESCRIPTION "An eloquent description"
|
|
LICENSE "BSD-3"
|
|
HOMEPAGE_URL "www.example.com"
|
|
PACKAGE_URL "https://example.com/test_targets.tar.gz"
|
|
VERSION "1.3.4"
|
|
EXPORTS test_targets
|
|
DESTINATION .
|
|
)
|