Files
CMake/Tests/RunCMake/find_file/VALIDATOR-specify-macro.cmake
T
2022-06-14 16:17:46 -04:00

6 lines
88 B
CMake

macro(CHECK result path)
endmacro()
find_file(result NAMES input.txt VALIDATOR check)