Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
Sbom
/
ProjectMetadata.cmake
blob: be8566bf293cee09c2ad2b9f3e707f1688643981 [
file
] [
log
] [
blame
] [
edit
]
include
(
$
{
CMAKE_CURRENT_LIST_DIR
}/
Setup
.
cmake
)
include
(
CMakePackageConfigHelpers
)
include
(
GNUInstallDirs
)
add_library
(
test INTERFACE
)
install
(
TARGETS test
EXPORT test_targets
)