Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
468873faab9971e470b1cd5addfc8a00a1114c84
/
.
/
Tests
/
RunCMake
/
cmake_pkg_config
/
ExtractUninstalled.cmake
blob: fafed11a4c16a4d2dead980aa5b9f4ba6f252985 [
file
] [
log
] [
blame
]
cmake_pkg_config
(
EXTRACT qux
)
message
(
$
{
CMAKE_PKG_CONFIG_CFLAGS
})
cmake_pkg_config
(
EXTRACT qux
DISABLE_UNINSTALLED ON
)
message
(
$
{
CMAKE_PKG_CONFIG_CFLAGS
})