Skip to content

Commit d7218ec

Browse files
jcfrhenryiii
andcommitted
doc: Document CYTHON_ARGS argument
Co-authored-by: Henry Schreiner <[email protected]>
1 parent 5919d52 commit d7218ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cython_cmake/cmake/UseCython.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
# Using the Python-3str syntax and semantics means there cython does not assume
2929
# unicode is used by by default for string literals under Python 2
3030
#
31+
# ``CYTHON_ARGS <args>``
32+
# Specify additional arguments for the cythonization process.
33+
#
3134
# ``OUTPUT_VAR <OutputVar>``
3235
# Set the variable ``<OutputVar>`` in the parent scope to the path to the
3336
# generated source file. By default, ``<Name>`` is used as the output

0 commit comments

Comments
 (0)