We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5919d52 commit d7218ecCopy full SHA for d7218ec
src/cython_cmake/cmake/UseCython.cmake
@@ -28,6 +28,9 @@
28
# Using the Python-3str syntax and semantics means there cython does not assume
29
# unicode is used by by default for string literals under Python 2
30
#
31
+# ``CYTHON_ARGS <args>``
32
+# Specify additional arguments for the cythonization process.
33
+#
34
# ``OUTPUT_VAR <OutputVar>``
35
# Set the variable ``<OutputVar>`` in the parent scope to the path to the
36
# generated source file. By default, ``<Name>`` is used as the output
0 commit comments