Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
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
)