Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
0878306386d42084e8abc3525393ae2b65acf725
/
.
/
Tests
/
RunCMake
/
install
/
TARGETS-ImportedGlobal.cmake
blob: 08c20bd4ec4beb2b3a4c8434a2d8c5e1e4a33da0 [
file
] [
log
] [
blame
]
add_library
(
imported_global STATIC IMPORTED GLOBAL
)
set_property
(
TARGET imported_global PROPERTY IMPORTED_LOCATION
/
does_not_exist
)
install
(
TARGETS imported_global DESTINATION bin
)