Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
c5dc55663c16fd5e1797c9ccc4d5f10d2f3a9fac
/
.
/
Tests
/
RunCMake
/
find_package
/
PackageRoot
/
LTConfig.cmake
blob: f451eb61bab56088ef58e2240c79ed1484b3ac92 [
file
] [
log
] [
blame
]
add_library
(
LT1 INTERFACE IMPORTED
)
add_executable
(
LT2 IMPORTED
)
add_library
(
LT3 INTERFACE IMPORTED GLOBAL
)
add_executable
(
LT4 IMPORTED GLOBAL
)