Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
find_package
/
PackageRoot
/
LocalPackConfig.cmake
blob: a96284902b6aa2aa12aaeedb0de2a9f562a629a8 [
file
]
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
)