Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
c5dc55663c16fd5e1797c9ccc4d5f10d2f3a9fac
/
.
/
Tests
/
RunCMake
/
find_package
/
PackageRoot
/
LocalPackConfig.cmake
blob: a96284902b6aa2aa12aaeedb0de2a9f562a629a8 [
file
] [
log
] [
blame
]
add_library
(
local_lib_glob SHARED IMPORTED GLOBAL
)
add_executable
(
local_exe_glob IMPORTED GLOBAL
)
add_library
(
local_lib SHARED IMPORTED
)
add_executable
(
local_exe IMPORTED
)