Files @ r28228:d933b4b22798
Branch filter:

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

Peter Nelson
Add: Website button to Game Options window for basesets.

This links to the optional "url" item in the baseset's [metadata] section.
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()