This website requires JavaScript.
Explore
Help
Sign In
mirror
/
OpenTTD
mirror of
https://github.com/OpenTTD/OpenTTD
Watch
1
Star
0
Fork
You've already forked OpenTTD
0
Code
Issues
ab7e2a1883
OpenTTD
/
cmake
/
FindPandoc.cmake
4 lines
87 B
CMake
Raw
Blame
History
if
(
NOT
EXISTS
${
PANDOC_EXECUTABLE
}
)
find_program
(
PANDOC_EXECUTABLE
pandoc
)
endif
(
)
View Git Blame
Copy Permalink