Skip to content
Snippets Groups Projects
Commit b95c276f authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

CMake copy edit

parent 08cfe7eb
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,8 @@ function(GeneratePythonDocs PD_TARGET SWIG_DIR)
)
add_custom_command(
OUTPUT ${PD_TARGET}
COMMAND ${Python3_EXECUTABLE} ${SWIG_DIR}/doxy2swig.py
${TMP_DIR}/xml/index.xml ${PD_TARGET}
COMMAND ${Python3_EXECUTABLE}
${SWIG_DIR}/doxy2swig.py ${TMP_DIR}/xml/index.xml ${PD_TARGET}
DEPENDS ${TMP_DIR}/xml/index.xml
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment