Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
find_package
/
PackageRoot
/
LTConfig.cmake
blob: f451eb61bab56088ef58e2240c79ed1484b3ac92 [
file
]
add_library
(
LT1 INTERFACE IMPORTED
)
add_executable
(
LT2 IMPORTED
)
add_library
(
LT3 INTERFACE IMPORTED GLOBAL
)
add_executable
(
LT4 IMPORTED GLOBAL
)