cmake/Tests/RunCMake/find_file/VALIDATOR-specify-macro.cmake

6 lines
88 B
CMake
Raw Normal View History

2022-11-16 20:14:03 +01:00
macro(CHECK result path)
endmacro()
find_file(result NAMES input.txt VALIDATOR check)