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