Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
CMP0026
/
CMP0026-IMPORTED.cmake
blob: 650c8a5c79c80b0179f50b62178da04f15f246a4 [
file
] [
log
] [
blame
]
enable_language
(
CXX
)
add_library
(
someimportedlib SHARED IMPORTED
)
get_target_property
(
_loc someimportedlib LOCATION
)