6 lines
88 B
CMake
6 lines
88 B
CMake
|
|
macro(CHECK result path)
|
|
endmacro()
|
|
|
|
find_file(result NAMES input.txt VALIDATOR check)
|