Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
export
/
EmptyNamespace.cmake
blob: e277b5ed7b20d35661edefa478770441371c2ae3 [
file
] [
log
] [
blame
] [
edit
]
add_library
(
foo INTERFACE
)
install
(
TARGETS foo EXPORT foo
)
# Ensure we can export with an explicitly-empty namespace.
export
(
EXPORT foo NAMESPACE
""
)