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