Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
dbb6e04b5fe45c413fb3a06b52ffceb5e86bf60c
/
.
/
Tests
/
RunCMake
/
find_package
/
PackageRoot
/
FindLocalTarget.cmake
blob: d53340536aab37f6727ec8f3a786e7e12f1682c6 [
file
] [
log
] [
blame
]
add_library
(
imported_global_lib SHARED IMPORTED GLOBAL
)
add_executable
(
imported_explicit_global_ex IMPORTED GLOBAL
)
add_library
(
imported_local_lib SHARED IMPORTED
)
add_executable
(
imported_implied_local_ex IMPORTED
)