Modify gitignore

This commit is contained in:
johltn
2020-10-25 10:44:57 +01:00
parent 25a5b435a6
commit f3282003f4
209 changed files with 163282 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#Look for an executable called sphinx-build
find_program(SPHINX_EXECUTABLE
NAMES sphinx-build
DOC "Path to sphinx-build executable")
include(FindPackageHandleStandardArgs)
#Handle standard arguments to find_package like REQUIRED and QUIET
find_package_handle_standard_args(Sphinx
"Failed to find sphinx-build executable"
SPHINX_EXECUTABLE)