Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
GetPrerequisites
/
RunCMakeTest.cmake
blob: 5550c02f98aec807d03690a46ea1e5967cc40307 [
file
] [
log
] [
blame
] [
edit
]
include
(
RunCMake
)
run_cmake_command
(
TargetMissing
$
{
CMAKE_COMMAND
}
-
P $
{
RunCMake_SOURCE_DIR
}/
TargetMissing
.
cmake
)
run_cmake_command
(
ExecutableScripts
$
{
CMAKE_COMMAND
}
-
DSAMPLE_EXE
=
$
{
SAMPLE_EXE
}
-
P $
{
RunCMake_SOURCE_DIR
}/
ExecutableScripts
.
cmake
)