Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
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
)