Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
c7207292532c7e572be52ec79fca7b446fd151f4
/
.
/
Tests
/
RunCMake
/
find_path
/
VALIDATOR-specify-macro.cmake
blob: f1faded600286e58c6f9438d5f43f96d03c26e18 [
file
]
macro
(
CHECK result path
)
endmacro
()
find_path
(
result NAMES input
.
txt VALIDATOR check
)
add_subdirectory
(
subdir
)
find_path
(
result NAMES input
.
txt VALIDATOR check2
)