Files @ r24996:203408ab0070
Branch filter:

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

Patric Stout
Add: allow making heightmap screenshot via console
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()