Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
cd6771646aa56e8a791105b335fc8bce309daa85
/
.
/
Tests
/
RunCMake
/
InterfaceLibrary
/
invalid_name.cmake
blob: 4a8ca37ba1203e20c69a9f5a847e8875c5f22b81 [
file
] [
log
] [
blame
]
cmake_policy
(
SET CMP0037 OLD
)
add_library
(
if
$ace INTERFACE
)
add_library
(
iface
::
target INTERFACE
)
add_library
(
if
$target_imported INTERFACE IMPORTED
)