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)