summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/target_link_libraries/ImportedTargetStub.cmake
blob: 04f9cfb8f1e1aefe666ad0ac694e5de44fac3613 (plain)
1
2
add_library(SharedStubImportedGlobal SHARED IMPORTED GLOBAL)
set_target_properties(SharedStubImportedGlobal PROPERTIES IMPORTED_IMPLIB z)