Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
34c0c7754ffdbc03b94de64f55eb046b9bbaec0d
/
.
/
Tests
/
RunCMake
/
find_package
/
ModuleModeDebugPkg
/
FindBar.cmake
blob: 0711118f70161f32f8d256d0430b3f0790ed44d5 [
file
]
message
(
"FindBar processed here.\n"
)
find_program
(
BAR_EXE NAMES
ModuleModeDebugPkgBarExe
NO_DEFAULT_PATH
)