Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
find_program
/
VALIDATOR-specify-macro.cmake
blob: 3e5e579e458a56256725412e14deaeff12f2c4a3 [
file
]
macro
(
CHECK result path
)
endmacro
()
find_program
(
result NAMES input
.
txt VALIDATOR check
)
add_subdirectory
(
subdir
)
find_program
(
result NAMES input
.
txt VALIDATOR check2
)