Change: Convert .md to .rtf for Windows/Mac packages

This commit is contained in:
Owen Rudge
2021-01-30 09:36:20 +00:00
parent 6c8f2227cd
commit 395e015282
4 changed files with 27 additions and 1 deletions

3
cmake/FindPandoc.cmake Normal file
View File

@@ -0,0 +1,3 @@
if(NOT EXISTS ${PANDOC_EXECUTABLE})
find_program(PANDOC_EXECUTABLE pandoc)
endif()