Files @ r24743:6976bb35b8bd
Branch filter:

Location: cpp/openttd-patchpack/source/cmake/FindPandoc.cmake - annotation

Patric Stout
Codechange: [SDL2] Name paint function Paint(), like other drivers do

This reduces confusion when reading different drivers.
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()