Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
target_link_libraries
/
ImportedTarget.cmake
blob: e5ec3f6b6d6711ed8b666629f3016ac4c99ae4f6 [
file
] [
log
] [
blame
]
add_library
(
UnknownImportedGlobal
UNKNOWN IMPORTED GLOBAL
)
target_link_libraries
(
UnknownImportedGlobal
INTERFACE z
)