Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b4db306afff5da683aedd99bd8a9ea0c850f22df
/
.
/
Tests
/
RunCMake
/
find_program
/
WindowsCom.cmake
blob: b32d9e85167b40ddd2a950319cec77ec9c52e78b [
file
]
find_program
(
PROG
NAMES testCom
PATHS $
{
CMAKE_CURRENT_SOURCE_DIR
}/
Win
NO_DEFAULT_PATH
)
message
(
STATUS
"PROG='${PROG}'"
)