document modules; fixes #7
This commit is contained in:
@ -1 +1,14 @@
|
||||
#.rst:
|
||||
#
|
||||
# Detects Python interpreter.
|
||||
#
|
||||
# Variables set::
|
||||
#
|
||||
# PYTHON_EXECUTABLE
|
||||
#
|
||||
# Example autocmake.cfg entry::
|
||||
#
|
||||
# [python]
|
||||
# source: https://github.com/scisoft/autocmake/raw/master/modules/python.cmake
|
||||
|
||||
find_package(PythonInterp REQUIRED)
|
||||
|
Reference in New Issue
Block a user