Files @ r24876:e68a991d2383
Branch filter:

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

Michael Lutz
Codechange: [Win32] Move GDI specific drawing code into the GDI video driver class.
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()