Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
target_link_libraries
/
ImportedTarget.cmake
blob: e5ec3f6b6d6711ed8b666629f3016ac4c99ae4f6 [
file
]
add_library
(
UnknownImportedGlobal
UNKNOWN IMPORTED GLOBAL
)
target_link_libraries
(
UnknownImportedGlobal
INTERFACE z
)