Files @ r27723:5bbd812ee59a
Branch filter:

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

glx22
Add: workflow and script for checking ini_key issues in WindowDesc entries
1
2
3
if(NOT EXISTS ${PANDOC_EXECUTABLE})
    find_program(PANDOC_EXECUTABLE pandoc)
endif()